Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @out = run( command => $cmd,
              buffer => \$buffer,
              verbose => 1 );
    
  2. or download this
    $ perl z.pl
    Running [perl -e warn "TEST FAILED IF YOU SEE THIS\n"]...
    TEST FAILED IF YOU SEE THIS