> In the new 5.6.0 perl I can check for existence of a sub in this way :
> if (exists &main::blah) { &main::blah }
> else { $self->blah };
print `perldoc -f defined` unless defined &main::blah;
> My perl interpeter is crashing very often when I try to print the output.
Define crashing. Might be a job for perlbug! Have you looked at the
output() method to see if Locale might be to blame.
- Ron
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web