* Craig Chant <cr...@homeloanpartnership.com> [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: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to