root/docs/yappo/20080515-yapcasia2008/dan2.pl

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

add YAPC::Asia 2008 talks

Line 
1use strict;
2use warnings;
3use dan cat_decode => sub {
4    my $str = shift;
5    $str =~ s/jcode.pl/Encode.pm/;
6    $str;
7};
8print "jcode.pl\n";
Note: See TracBrowser for help on using the browser.