Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    __DATA__
    3000|Melbourne|VIC
    2000|Sydney|NSW
    
  2. or download this
    $VAR1 = {
              '3000' => [
    ...
                          'NSW'
                        ]
            };