Help for this page

Select Code to Download


  1. or download this
    package ACME::WeightWatchers;
    use Carp;
    ...
          and confess "no more Perl for me, unless less than 40 lines\n";
      }
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    # your code here ...
    print "I made it under 40!\n";