Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    a c d
    d e b
    
  2. or download this
    $VAR1 = {
              'a' => 'c',
              'b' => 'c',
              'd' => 'e'
            };