Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Open a .pl file form a .pl file

by krujos (Curate)
on Sep 18, 2002 at 15:57 UTC ( [id://198881]=note: print w/replies, xml ) Need Help??


in reply to Open a .pl file form a .pl file

You are not executing the code; all you are doing is opening it and reading the file. To call the code and get the results, as you want you need to use back ticks.
$test = `test_two.pl`;
Read the CGI tutorials to get yourself off to a good start.
Good luck
Josh
UPDATE: fixed newlines...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found