Help for this page

Select Code to Download


  1. or download this
    # tweak one
    my @munged;
    my $munged = lc() if ($uclc eq 'lc');
    ...
    for(@in) {
       push @munged, $munged();
       }
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
       }
    ######################################################################
    +####