Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: Has anyone seen perl losing arguments?

by ted.byers (Monk)
on Sep 29, 2011 at 15:28 UTC ( [id://928599]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "\n\n==============\n";
    systemx('perl',@args);
    print "\n\n==============\n";
    
  2. or download this
    print "$ARGV[0]\n\t$ARGV[1]\n\t\t$ARGV[2]\n";
  3. or download this
    C:/Perl64.v.5.14/bin\perl.exe -w c:/Work/IPC.test.pl 
    ==============
    ...
    
    
    ==============
    

Log In?
Username:
Password:

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

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

    No recent polls found