Help for this page

Select Code to Download


  1. or download this
    # the UNIX tool output is a multi line text
    my $var = `unix_tool file_name`;
    ...
        print "$_";
        print "\n";
    }
    
  2. or download this
    $/ = "";