Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "The array is @correct\n";
    print "The array is @date\n";
    
  2. or download this
    if($data_pair->{key} eq 'correct'){
     @correct = $data_pair->{value};
    }