Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Curses;
    ...
    $mold->fungicide;
    close FILE or die $!;
    
  2. or download this
    package Standard;
    use strict;
    ...
    {
       print $main::mold;
    }