Help for this page

Select Code to Download


  1. or download this
    sub cleaner($dirty)
    
  2. or download this
    use strict;
    
    ...
    sub greeting($) {
        print "I say, \"", shift, "!\"\n";
    }