Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'key3' => 'test2',
              'key4' => 'test1'
            };
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'key1' => 'test1',
              'key3' => 'test2'
            };
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'alt2' => 'test2',
              'alt1' => 'test1'
            };
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'alt2' => 'test2',
              'alt1' => 'test1'
            };