Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    ...
    my $return_val = open(my $article, "-|", "caesar <article");
    #    or die "Can't start caesar: $!";  
    print "tried it and got [$return_val]\n";
    
  2. or download this
    c:\usr\pm>openprog.pl > openprog.txt 2>&1
    here it goes...
    The system cannot find the file specified.
    tried it and got [14048]
    
  3. or download this
    use warnings;
    use strict;
    ...
        print sprintf("%30s has PID %15s", $list{$key}, $key) . "\n" if $k
    +ey == $return_val;
    }
    print "="x75,"\n";
    
  4. or download this
    here it goes...<>
    The system cannot find the file specified.
    ...
    ======================================================================
    +=====
                           cmd.exe has PID            8664
    ======================================================================
    +=====