Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

but my ISP won't let me install modules.

Do yourself a favour. Get a new ISP. Writing and debugging Perl/CGI scripts without the ability to install modules +/- access the error logs is a nightmare. If you check out the banner ads along the top of the screen you will find suitable ISPs. You want shell access.

All of the Perl XML parsers are built on top of C code libraries which HAVE TO BE INSTALLED to work. The only exception is XML::SAX::PurePerl which as the author notes is dog slow and somewhat immature. You could use the functionality of this module simply by cutting and pasting the code to the end of your script. This works for most pure perl modules but is not recommended.

As for your task updating and parsing are two different issues. Before you even start you need to logically organise your thoughts on what you want to achieve. Having broken down the problem into smaller parts you should then try to code a solution. If (when) it does not work as you expect you will find the Perlmonks most helpful to those who are trying to help themselves and post coding proving same. New Monks, CGI Help Guide, and A Guide to Installing Modules would be reasonable places to start.

cheers

tachyon

s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print


In reply to Re: Any monks care to help out a young Aussie starting out with Perl? by tachyon
in thread XML/XSLT resources by rcxau

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found