Help for this page

Select Code to Download


  1. or download this
    my $out = `sh -c dat 2>&1`;
    
    my $out = `dat ; 2>&1`;  # prevent optimisation
    
  2. or download this
    my $out = `dat 2>&1`;