Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print "input: $input \n";
    print "output: $output \n";
    
  2. or download this
    frink@scanbox:~ $ ./397370.pl 
    input: superfrink 
    output: superfXink 
    frink@scanbox:~ $