Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

dasgar's scratchpad

by dasgar (Priest)
on Aug 12, 2010 at 05:21 UTC ( [id://854576]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $page = get($url);
    
    my $p = HTML::TokeParser->new(\$page) || die "problem:  $!\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
      }
      else {return 0;}
    }
    
  3. or download this
    use strict;
    my $file;
    ...
      $file = <FH>;
    }
    close(FH);
    
  4. or download this
    use strict;
    
    ...
        print "\n";
      }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (8)
As of 2024-03-28 12:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found