Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $result = `$cmd`;
    
    print "$result\n";
    
  2. or download this
    sh: -c: line 0: syntax error near unexpected token `&'
    sh: -c: line 0: `/usr/bin/wget "http://www.google.com"  |& tee /path/t
    +o/tee.log '