GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FEAR(1) User Contributed Perl Documentation FEAR(1)

  fear -d 'image' google.com  # images, links, forms

       --dump 'image'

       -d 'all'

       --dump-all

  fear -o google.com

       --download

  fear -f 'some.html.file'

  fear -p '/html/body/*' google.com

       --xpath
  fear -s google.com

       --source

  fear -m Regexp::GlobalBind

  fear -t '<a href="[% link %]">[% text %]</a>'

  fear -r YAML

  fear -v

  fear -e "fetch('google.com')"

       --execute

  fear -y 'text/html'

       --content-type

  fear google.com -m Regexp::GlobalBind -p '/html/head' -t 'qr"<meta (?#<fields>.+?) />"' -r YAML

Fetch google's homepage

Set extraction method to Regexp::GlobalBind

Use XPATH to select /html/head subtree

Apply template

Dump results using YAML

Copyright (C) 2006 by Yung-chung Lin (a.k.a. xern) <xern@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself

2006-05-10 perl v5.32.1

Search for    or go to Top of page |  Section  |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.