Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my %conHash = @conArr;
    print Data::Dumper->Dump([\@conArr, \%conHash], [qw{*conArr *conHash}]
    +);
    
  2. or download this
    @conArr = (
                'article',
    ...
                 'article' => 'art',
                 'section' => 'sec'
               );