Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ... several other 'use' statements.
    
  2. or download this
    # I think the fake code problem is here:
    some_sub('blah blah blah');
    sub some_sub {
       do_something();
      &nbsl;do_something_else();
    }
    
  3. or download this
    sub supporting_sub1 { ... code ... }
    sub supporting_sub2 { ... code ... }