can't find xml-parsing module...

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

  1. #1

    Default can't find xml-parsing module...

    Hello,
    I need to parse xml, but am not allowed to install modules on the
    server. I have no idea which of the modules installed on the server
    will do the job. This is the list of installed modules :


    ByteLoader.pm
    B.pm
    DynaLoader.pm
    Config.pm
    Cwd.pm
    DB_File.pm
    Encode.pm
    Errno.pm
    Fcntl.pm
    GDBM_File.pm
    IO.pm
    NDBM_File.pm
    O.pm
    ODBM_File.pm
    Opcode.pm
    POSIX.pm
    SDBM_File.pm
    Safe.pm
    Socket.pm
    Storable.pm
    XSLoader.pm
    attrs.pm
    encoding.pm
    lib.pm
    ops.pm
    threads.pm
    re.pm
    AnyDBM_File.pm
    AutoLoader.pm
    AutoSplit.pm
    Benchmark.pm
    CGI.pm
    CPAN.pm
    Carp.pm
    DB.pm
    Digest.pm
    DirHandle.pm
    Dumpvalue.pm
    English.pm
    Env.pm
    Exporter.pm
    Fatal.pm
    FileCache.pm
    FileHandle.pm
    FindBin.pm
    Memoize.pm
    NEXT.pm
    PerlIO.pm
    SelectSaver.pm
    SelfLoader.pm
    Shell.pm
    Switch.pm
    Symbol.pm
    Test.pm
    Thread.pm
    UNIVERSAL.pm
    abbrev.pl
    assert.pl
    attributes.pm
    autouse.pm
    base.pm
    bigfloat.pl
    bigint.pl
    bigint.pm
    bignum.pm
    bigrat.pl
    bigrat.pm
    blib.pm
    bytes.pm
    bytes_heavy.pl
    cacheout.pl
    charnames.pm
    complete.pl
    constant.pm
    ctime.pl
    diagnostics.pm
    dotsh.pl
    dumpvar.pl
    exceptions.pl
    fastcwd.pl
    fields.pm
    filetest.pm
    find.pl
    finddepth.pl
    flush.pl
    getcwd.pl
    getopt.pl
    getopts.pl
    hostname.pl
    if.pm
    importenv.pl
    integer.pm
    less.pm
    locale.pm
    look.pl
    newgetopt.pl
    open.pm
    open2.pl
    open3.pl
    overload.pm
    perl5db.pl
    pwd.pl
    shellwords.pl
    sigtrap.pm
    sort.pm
    stat.pl
    strict.pm
    subs.pm
    syslog.pl
    tainted.pl
    termcap.pl
    timelocal.pl
    utf8.pm
    utf8_heavy.pl
    validate.pl
    vars.pm
    vmsish.pm
    warnings.pm
    Quota.pm
    Expect.pm
    Apache2.pm
    APR.pm
    DBI.pm
    Mysql.pm
    SNMP.pm
    mod_perl.pm
    LWP.pm
    URI.pm
    ycp.pm

    zorro Guest

  2. Similar Questions and Discussions

    1. Lemur parsing module
      Hello everybody! I am working on an information retrieval project invloving the Lemur Toolkit (http://www.lemurproject.org/). More specifically,...
    2. Name for a webalizer.hist-parsing module?
      (previously posted to modules@perl.org, but didn't get a reaction, so I'm also trying here before I do stupid things. =) I was really surprised...
    3. RFC: Snort rule parsing module
      Folks, I've written the beginning of a perl module to parse snort (http://www.snort.org) rules. I searched CPAN and didn't come up with...
    4. (module for) RTF parsing ?
      I can find modules for making RTF files, but what if I want to go the other way ? I have a number of files (SMS messages) in a directory, which I...
    5. HTML / text parsing - best module(s) to use?
      Assuming I have used LWP to get an HTML document into a response object, I'd like to know what module(s) to use for the following task. I would...
  3. #2

    Default Re: can't find xml-parsing module...

    P.S.

    the following creates a server error :

    use CGI::XMLForm;

    zorro Guest

  4. #3

    Default Re: can't find xml-parsing module...

    "zorro" <myahact@yahoo.ca> writes:
    > I need to parse xml, but am not allowed to install modules on the
    > server.
    Has the admin or another authority specifically denied Perl modules? Or is
    the restriction really that you don't have root access?

    If it's the latter, then you *can* install modules, albeit only in your own
    user space. Have a look at "perldoc perlmodinstall".

    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

  5. #4

    Default Re: can't find xml-parsing module...

    "zorro" <myahact@yahoo.ca> writes:
    > the following creates a server error :
    >
    > use CGI::XMLForm;
    This is a Frequently Asked Question:

    perldoc -q server error

    Please - consult the available documentation before asking thousands of
    people around the world to do so for you.

    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

  6. #5

    Default Re: can't find xml-parsing module...

    Sherm Pendley wrote:
    > "zorro" <myahact@yahoo.ca> writes:
    >
    > > the following creates a server error :
    > >
    > > use CGI::XMLForm;
    >
    > This is a Frequently Asked Question:
    >
    > perldoc -q server error
    >
    > Please - consult the available documentation before asking thousands of
    > people around the world to do so for you.
    >
    The Post Scriptum I added was not a question. It's meant to inform a
    person who is attempting to help me, that out of the hundred modules I
    have listed CGI::XMLForm is one that I have already tried but without
    success. It's like asking "Besides CGI::XMLForm, do you see a module
    here that can parse XML? Thank you."

    zorro Guest

  7. #6

    Default Re: can't find xml-parsing module...


    zorro wrote:
    > Hello,
    > I need to parse xml, but am not allowed to install modules on the
    > server.
    Are you sure? Are you really sure? Are you really really sure?

    Maybe you are not allowed to install modules in the shared module
    directory.

    Maybe you are not allowed to install modules that are not pure-Perl.

    But if you are allowed to install scripts there is no reason why you
    shouldn't be permitted to install pure-Perl modules in your own private
    driectories. (There's nothing bad you could do by installing a module
    that you could not do without).
    > I have no idea which of the modules installed on the server
    > will do the job. This is the list of installed modules :
    > ByteLoader.pm
    > B.pm
    > DynaLoader.pm
    > Config.pm
    [ ... a list of modules, all with single component names ]

    That's not the full list. You need to list all the *.pm files
    _recursively_ to get all the modules.

    None of those parse XML.

    Brian McCauley 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