Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $key = shift;
        return int $key;
    }
    
  2. or download this
    # before
    $VAR1 = {
    ...
                       'key1' => 'value1'
                     }
            };