Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    # Override the qx// operator to capture args to $qx_args
    my $qx_args;
    ...
    
    # print arguments to qx//
    print "qx// args were: [$qx_args]\n";