Help for this page

Select Code to Download


  1. or download this
    system("./1.pl filename.txt");      # to stdout, or:
    my $output = `./1.pl filename.txt`  # in $output