Skip to content

Instantly share code, notes, and snippets.

@kanonji
Last active December 18, 2015 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanonji/5695781 to your computer and use it in GitHub Desktop.
Save kanonji/5695781 to your computer and use it in GitHub Desktop.
良く使うPerlモジュール
use feature qw/say/;
use Encode;
use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); #http://memememomo.hatenablog.com/entry/20100422/1271894685
use XML::Simple;
use Tie::IxHash; #http://blog.dealforest.net/2009/09/xml-parse-in-order/
use Path::Class;
use HTML::TreeBuilder::XPath; #http://blog.64p.org/entry/20100607/1275878274
use HTML::Selector::XPath 'selector_to_xpath';
use File::Slurp;
use Data::Dumper;
use Web::Query;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment