Help for this page

Select Code to Download


  1. or download this
    perl -le '$choice='1'; %hash=( '0' => \&one, '1' => \&two ); $hash{$ch
    +oice}->(); sub one {print "one"}; sub two {print "two"}'
    
  2. or download this
    $\="\n"; # output record separator
    $choice='1';
    ...
    twofish
    one
    onefish