I followed the instructions on
perl.jonallen.info/writing/articles/install-perl-modules-without-root
install is okay, make test is okay.
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
Any help would be super.
Thanks!!
|
Go4Expert Member
|
|
| 27Feb2012,02:24 | #2 |
|
Quote:
Originally Posted by perlsmith perl -MAcme::Time::Baby -e 'print babytime' |
|
Newbie Member
|
|
| 27Feb2012,02:35 | #3 |
|
Thanks for replying.
I did try that.. I got Bareword found where operator expected at -e line 1, near "say babytime" I will request my perl to be updated. Thanks! |
|
Newbie Member
|
|
| 27Feb2012,03:20 | #5 |
|
You're the man! Who needs 5.10 now
?
|


?