in reply to Re: Reading XLS file using Perl
in thread Reading XLS file using Perl

Speaking of exceptions Path::Tiny also uses File::Copy :)
$ perl -le " use Path::Tiny qw/ path /; path( 1 )->copy( 666 ) " copy failed for 1 to 666: No such file or directory at -e line 1.

Replies are listed 'Best First'.
Re^3: Reading XLS file using Perl
by marto (Cardinal) on Feb 13, 2014 at 14:47 UTC

    This is news to me, looks useful. Thanks.