Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $Pipe= "";
    ...
    
    print "This was the read from the parameters:\n";
    print "<@ARGV>\n";
    
  2. or download this
    This was read from the pipe:
    <Hi
    ...
    
    This was the read from the parameters:
    <1 2 3 4>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print "This was the read from the parameters:\n";
    print "<@ARGV>\n";
    }
    
  4. or download this
    waited too long, exiting. This is what I have:
    This was read from the pipe:
    ...
    
    This was the read from the parameters:
    <1 2 3 4>