Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: including another perl file

by hiseldl (Priest)
on Jun 02, 2003 at 13:09 UTC ( [id://262356]=note: print w/replies, xml ) Need Help??


in reply to including another perl file

B.pl would have to contain valid perl code, and then in your A.pl you could...

eval { require "B.pl"; } if ($@) { # deal with error } ...
...this will make all your variables in B.pl available in A.pl.

Cheers!

--
hiseldl
What time is it? It's Camel Time!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found