Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    string1
    string7
    string2
    
  2. or download this
    %strings = (
                 'string3' => 1,
    ...
                 'string1' => 3,
                 'string2' => 2
               );