Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        or die("Error returned by $cmd[0]: $?\n");
    
    print("Receveived ", length($out), " chars\n");
    
  2. or download this
    $ perl a.pl
    Receveived 100000 chars