Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Any monks care to help out a young Aussie starting out with Perl?

by tachyon (Chancellor)
on Dec 17, 2002 at 23:29 UTC ( [id://220707]=note: print w/replies, xml ) Need Help??


in reply to XML/XSLT resources

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

  • Comment on Re: Any monks care to help out a young Aussie starting out with Perl?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://220707]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 04:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found