Help for this page

Select Code to Download


  1. or download this
    sub egg { # prints a 3d egg.
     my %args=(myprint => \&printout, xaxis => 10, ...);
    ...
     $myprint=$args{myprint};
     &{$myprint}(\@lines);
    }
    
  2. or download this
    my $Fh; # w/b set in mystart.
    &mystart($LumberFile,LF);
    ...
        print $Fh "$line\n";
      }
    }