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

Re: Parsing HTML/XML with Regular Expressions (HTML::Parser)

by fishy (Friar)
on Oct 17, 2017 at 22:22 UTC ( [id://1201540]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      $text =~ s/\s+$//;
      push @{$self->{_numbers}->{$self->{_now}}}, $text;
    }
    
  2. or download this
    One=Monday, Six=Saturday, Three=Wednesday, Five=Friday, Two=Tuesday, S
    +even=Sunday , Four=Thursday,
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1201540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found