Help for this page

Select Code to Download


  1. or download this
    my $sClass = derive_class($foo);
    my $oWhatWasOnceASwitchStatementCase = $sClass->new();
    $oWhatWasOnceASwitchStatementCase->frobnicate();
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "I'm doing B\n";
      }
    }