Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Passing parameters into a perl program.

by derby (Abbot)
on Mar 12, 2002 at 21:16 UTC ( [id://151231]=note: print w/replies, xml ) Need Help??


in reply to Passing parameters into a perl program.

basicdez,

sure.

  • Pass 'em on the command line then read them out of @ARGV
  • skip backticks and system, use fork /exec, and pipe and send them from the parent to the child via STDIN
  • slightly more complicated: IPC

-derby

  • Comment on Re: Passing parameters into a perl program.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-20 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found