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 
    ==============
    ...
    
    
    ==============