* Craig Chant <[email protected]> [2013-11-26 10:20]:
> # create an IO::File for Catalyst
> use IO::File;
> my $iof = IO::File->new;
>
> # open XLS
> $iof->open(\$xls, "r");
open my $iof, '<', \$xls;
--
*AUTOLOAD=*_;sub _{s/..([^:]*)$/()[print$1,(",$\/"," ")[defined
wantarray]]/e;$_}
&Just->another->Perl->hack;
#Aristotle Pagaltzis // <http://plasmasturm.org/>
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/