Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 1;
    use English qw( -no_match_vars );
    
    qx{ wget --version };
    is($CHILD_ERROR, 0, 'wget is available');