Perl stops running scripts after 10.1.3 upgrade?

resglowing

Registered
I'm running Mac OS X Server on an G4 perl v5.6.0 . The last time I remember (a day or so ago) perl was working fine when running scripts. Today I upgraded the server to 10.1.3 and some really strange things started happening with perl.

Perl no longer executes scripts. e.g.
>perl hello_wold.pl
gives me nothing. It just goes to the next cmnd line.
I know perl is still working in some capacity because I can still get help, and I can execute command line commands e.g.
>perl -e 'print "hello world!\n";'
If I dump the core
> perl -u hello_world.pl
Abort

I'm not completely sure this is due to the upgrade. It might also be due to installing modules through CPAN. Maybe I configured CPAN wrong? I don't know. But I'm having a hard time figuring this out.

Has anyone any experience with this sort of behavior?

Thanks,

resglowing
 
Back
Top