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');