Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: lost in eval and regexp

by ikegami (Patriarch)
on Nov 21, 2007 at 18:20 UTC ( [id://652188]=note: print w/replies, xml ) Need Help??


in reply to Re^2: lost in eval and regexp
in thread lost in eval and regexp

What about "upload,unzip,run"? Templating systems are usually Pure Perl, so there's no installation requirement other than having the files handy.

You may need the following at the top of your script in order to tell Perl where to look for the modules. Note that only core modules are used.

use File::Spec::Functions qw( rel2abs ); use File::Basename qw( dirname ); use lib dirname(rel2abs($0));

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 13:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found