Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Being a heretic and going against the party line.

by BrowserUk (Patriarch)
on Oct 03, 2002 at 11:55 UTC ( [id://202482]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    
    use LWP::Simple;
    my $html = get("http://pvpgnservers.ath.cx");
    print ">>>\n$html\n<<<\n";
    
  2. or download this
      <tr>
        <td><font size=1><a href="bnetd://217.172.178.113/">217.172.178.11
    +3</a></font></td>
    ...
        <td align=right><font size=1>42</font></td>
        <td align=right><font size=1>9</font></td>
      </tr>
    
  3. or download this
    C:\test>202414 202414.htm
    Possible unintended interpolation of @pure in string at C:\test\202414
    +.pl line 9.
    ...
    Execution of C:\test\202414.pl aborted due to compilation errors.
    
    C:\test>
    
  4. or download this
    #! perl -sw
    use strict;
    ...
    !sx;
    
     print "@stuff\n";
    
  5. or download this
    #! perl -sw
    use strict;
    ...
    my $p= HTML::PullParser->new( doc => \$html );
    
    print Dumper($p);
    
  6. or download this
    C:\test>202414-2 202414.htm
    Info not collected for any events at C:\test\202414-2.pl line 23
    
    C:\test>
    
  7. or download this
    EXAMPLES
    
    The 'eg/hform' script shows how we might parse the form section of HTM
    +L::Documents using HTML::PullParser.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://202482]
Approved by ybiC
Front-paged by newrisedesigns
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found