Help for this page

Select Code to Download


  1. or download this
    # create the parser, etc.
    
    ...
    for (keys %hash) {
       print qq|<a href="$_">$hash{$_}</a>\n|;
    }
    
  2. or download this
    use URI;
    
    ...
       };
    }
    print Dumper \@list;