Help for this page

Select Code to Download


  1. or download this
    while (<$fd>) {
      my %href = map { split '=', $_, 2 } split ';';
      my $id = (split '\.', $href{TOKEN})[1];
      $tokens{$id} = \%href;
    }