Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Web::Magic 0.005

by tobyink (Canon)
on Jan 12, 2012 at 17:45 UTC ( [id://947590]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Web::Magic -sub=>'web';
    say web('http://www.cpantesters.org/distro/W/Web-Magic.yaml')
      ->[0]{guid};
    
  2. or download this
    use Web::Magic -sub=>'web';
    say $_->title
      foreach web('http://www.w3.org/News/atom.xml')->entries;
    
  3. or download this
    use 5.010;
    use Web::Magic -sub => 'web';
    ...
        })
      ->Content_Type('application/x-www-form-urlencoded')
      ->header('Location');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found