resglowing
Registered
Hi All,
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 command 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";'
I'm not completely sure this is due to the upgrade though. 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
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 command 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";'
I'm not completely sure this is due to the upgrade though. 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