Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    close(FILE);
    print $hs->parse(@file);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    my $content = get("http://www.yahoo.com");
    my $hs = HTML::Strip->new();
    print $hs->parse($content);