Help for this page

Select Code to Download


  1. or download this
    package Default;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package Upper;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $ref = $handlers{$arg} || $handlers{'default'};
    
    print $ref->handle("AaAaAaAa"), "\n";