Help for this page

Select Code to Download


  1. or download this
    sub first_alpha {
      my $alpha = shift;
    ...
      }
      return $alpha;
    }
    
  2. or download this
    sub make_hash {
      my %opt = @_;
    ...
      }
      return \%alpha_hash;
    }
    
  3. or download this
              'A' => [
                       'Alphas',
    ...
                       'I Spy (1965)',
                       'The Invisible Man (2000)'
                     ],