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

Re: Calling Perl from Perl

by broquaint (Abbot)
on Dec 04, 2002 at 14:25 UTC ( [id://217486]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @ENV{qw/ one two three /} = qw( foo bar baz );
    exec "perl somescript.pl" if fork();
    
  2. or download this
    {
      package RandomPkgName;
      do "somescript.pl";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-18 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found