Quote:
Originally Posted by perlsmith
But, when I do the test
perl -MAcme::Time::Baby -E 'say babytime'
I get
Unrecognized switch : -E (-h will show valid options)
this is perlv5.8.5 for x86_64
You perl is 8 years old, and it is too old to have this switch, it was added in perl 5.10.0. Do this:
perl -MAcme::Time::Baby -e 'print babytime'