From: Christian Millour <[EMAIL PROTECTED]>
> the Shout.pm and demonstration code in pperl3 pp 385-389 elicit a
> rather obfuscated error message "Can't use an undefined value as
> filehandle reference at ..." under 5.6.1 (activeperl / cygwin).
>
> Following is a minimal illus
the Shout.pm and demonstration code in pperl3 pp 385-389 elicit a rather
obfuscated error message
"Can't use an undefined value as filehandle reference at ..."
under 5.6.1 (activeperl / cygwin).
Following is a minimal illustration :
#!perl -w
package Myfile;
use Carp;
require Tie::Handle;
@