Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    system(@args) == 0 or die "Code does not work:$!";
    exit;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print OUT "THIS IS YOUR INPUT TEXT: $text\n";
    close OUT;
    exit 0;
    
  3. or download this
    cat test/never.out
    THIS IS YOUR INPUT TEXT: hello, cruel world. A test;  for \$neversaint
    +.