Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: the -x command line parameter

by GreyGlass (Sexton)
on Aug 08, 2004 at 20:57 UTC ( [id://381100]=note: print w/replies, xml ) Need Help??


in reply to the -x command line parameter

I use perl -x to run bits of setup on various test systems on a trusted net:

# telnet <my-development-box> <some-port> | perl -x

On the development box I simply have an inetd server at <some-port>, that cat(1)'s the relevant setup script.

perl -x eats the telnet garbage from the front of the output.

---GreyGlass

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-18 00:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found