Help for this page

Select Code to Download


  1. or download this
       my $filecard="../GnomeCard.gcrd";
    
  2. or download this
       tie @Card, 'Tie::File', $filecard
           or die "couldnt tie $filecard as a Tie::File $!\n";
    
  3. or download this
       open FILE, "<$filecard"
          or die "couildnt open $filecard for reading $!\n";