Help for this page

Select Code to Download


  1. or download this
    print "Hello World \n";
    my $tmp = `python -V 2>&1`;
    print "Version: $tmp \n";
    
  2. or download this
        open(STDERR, ">&STDOUT");
        $alloutput = `cmd args`;  # stderr still escapes