Help for this page

Select Code to Download


  1. or download this
    my %param = (mo => 1, tu =>1, ..., fr =>1);
    
  2. or download this
    my (%values, @unspecified);
    while (my $line = <$data_in>) {
    ...
           push @unspecified, $line;
        }
    }