Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

A regex on the same content fails and works, with conditions

by hacker (Priest)
on Oct 22, 2007 at 00:56 UTC ( [id://646338]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $req   = HTTP::Request->new(GET => $link) or die $!;
      my $res   = $ua->request($req);
    ...
      # Now $author contains the right name, "Mike Smith" for
      # example.
      print "AUTHOR: $n_author\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found