Help for this page

Select Code to Download


  1. or download this
    my $stream = HTML::TokeParser->new('$filename')
      || die "Couldn't read HTML file $filename: $!";
    
  2. or download this
    print URI->new_abs($next[0][2]{'href'}, $filename), "\n";