Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: HTML::HTML5::Parser weirdness

by djh (Novice)
on Feb 23, 2020 at 20:34 UTC ( [id://11113350]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $filename (@files)
    
  2. or download this
    opendir my $dir, $BASE_DIR or die "Cannot open $BASE_DIR directory: $!
    +";
    my @all_files = readdir $dir;
    closedir $dir;
    my @files = sort grep { $_ =~ /\-00:/ } @all_files;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 14:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found