root/docs/yappo/20080515-yapcasia2008/normal.pm

Revision 11698, 164 bytes (checked in by yappo, 8 months ago)

add YAPC::Asia 2008 talks

Line 
1package normal;
2use strict;
3use warnings;
4sub import { $^H{$_[0]} = ($_[1] || 'default') }
5sub unimport { delete $^H{(shift)} }
6sub hinthash { (caller(0))[10] }
71;
Note: See TracBrowser for help on using the browser.