Help for this page

Select Code to Download


  1. or download this
    open CONFIG, "$hol_file" || die "Cannot open log for writing. $!";
     while(<CONFIG>) {
            next if /^\s*$/ || /^\#/;
    ...
              push @{$countries{$1}}, "$2";
            }
         }
    
  2. or download this
    my $date = 20100101;
    my @date = grep /$date/,@{$countries${cntry_of_issue}})
    
  3. or download this
    open CONFIG, "$hol_file" || die "Cannot open log for writing. $!";
    while (<CONFIG>) {
            chomp;
    ...
            my $aref = [split /,/, $_];
            push( @{$countries{$aref->[2]}}, $aref->[5]);
            }
    
  4. or download this
    my $date = 20100101;
    my @date = grep /$date/,@{$countries${cntry_of_issue}})