Help for this page

Select Code to Download


  1. or download this
    dog,yes,string1,yes,string2
    cat,no,string3
    mouse,no,string4,no,string5
    horse
    ferret
    
  2. or download this
    #!/bin/perl
    use strict;
    ...
    for $venue ( keys %HoA ) {
       print FH "$venue @{ $HoA{$venue} }\n";
    }