I want to take over module Parse::Lex, how to do it?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default I want to take over module Parse::Lex, how to do it?

    This module have some bugs,
    they cause to users can't use this module normally.
    I find the reason and already fix them on my computer,
    So I want to share my works,
    Who can tell me how to take over this module?

    Thanks!

    su2admin@gmail.com Guest

  2. Similar Questions and Discussions

    1. LWP module - parse one line at a time (only download part of a page)
      Hello- My apologies if this is an old topic, but I did a lot of searching first and couldn't quite find the best answer. Here is my problem (very...
    2. Problem to get Parse::Yapp and Parse:Flex working together
      A) I did: # cd ~/.cpan/build/Parse-Flex-0.03 # more src/default.y %{ #define YY_DECL char* yyylex YY_PROTO(( void )) #undef yywrap int...
    3. best module to parse / modify C-code
      Hi, What modules are you using to parse C code? Some of the required use cases: 1.) extract a list of functions and their prototypes
    4. Namespace for Z-machine parse/translate module
      modules@perl.org and Warnocked. I see on module-authors that they're trying to re-invigorate lists like modules@perl.org...] I've written a...
    5. File-format Module Cannot Parse the File?
      A family member is sending me photos in Compu-Serve GIF format and they are averaging 3-4 MB per photo. I don't think she knows about compression....
  3. #2

    Default Re: I want to take over module Parse::Lex, how to do it?

    [email]su2admin@gmail.com[/email] writes:
    > This module have some bugs,
    > they cause to users can't use this module normally.
    > I find the reason and already fix them on my computer,
    > So I want to share my works,
    > Who can tell me how to take over this module?
    Have you tried to contact the module's author and/or current maintainer?
    It's generally considered good manners to try that first.

    sherm--

    --
    Cocoa programming in Perl: [url]http://camelbones.sourceforge.net[/url]
    Hire me! My resume: [url]http://www.dot-app.org[/url]
    Sherm Pendley Guest

  4. #3

    Default Re: I want to take over module Parse::Lex, how to do it?

    This module have not update for long time (the last update before May.
    1999),
    I think contact the module's author is too hard,
    However, I will have a try yet.

    Thank you.

    flw Guest

  5. #4

    Default Re: I want to take over module Parse::Lex, how to do it?

    This module have not update for long time (the last update before May.
    1999),
    I think contact the module's author is too hard,
    However, I will have a try yet.

    Thank you.

    flw Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139