Help for this page

Select Code to Download


  1. or download this
        my $snickle = CGI -> new;
        package Gonbagger;
    ...
        sub two   {one}
        sub three {two}
        sub four  {$snickle}
    
  2. or download this
        package Lioger;
        use Exporter ();
    ...
        sub lioger2 {
            ${$_ [0]} [0]
        }