Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my %hash = @pairs;
    print Dumper \%hash;
    
  2. or download this
    $VAR1 = {
              '939' => 'NA',
    ...
              '988' => 'NA',
              '923' => 'PO'
            };
    
  3. or download this
    Odd number of elements in hash assignment at test_2.pl line 20.
    $VAR1 = {
    ...
              '5.3.0' => '956',
              'Textmessage' => '904'
            };
    
  4. or download this
    $VAR1 = [
              '902 M',
    ...
              '638',
              'NA'
            ];