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