Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      to => 'megabytes',
    );
    print $conversion;
    
  2. or download this
    sub make_singular {
      my $word = shift;
    ...
      
      return lc $word;
    }