Last active
December 18, 2015 00:19
-
-
Save kanonji/5695781 to your computer and use it in GitHub Desktop.
良く使うPerlモジュール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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