> -----Original Message-----
> From: Damian Conway [mailto:[EMAIL PROTECTED]
>
> Remember that a C<try> without a C<CATCH> catches all exceptions 
> and returns
> C<undef> (the same as a Perl 5 C<eval> block does).
> 
> So you just want:
> 
>       try { $opus.write_to_file($file) }
>               err die "Couldn't write to $file: $!\n";

Is that C<err die> or C<or die> ?

And if so, what's C<err> and where can I find more on it?

=Austin

Reply via email to