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.