tej has asked for the wisdom of the Perl Monks concerning the following question:
I was learning to create packages, so I first created a package Try::Mymodule using h2xs
The command line was
>h2xs -b 5.5.0 -X Try::MymoduleThen i tried installing module.. So i first ran Makefile.pl, then i ran nmake15 but when i tried command "nmake test" I got error like
Syntax error at -e line 1, near "'755') Missing right curly or square braket at -e line 1, at the end of line Execution of -e aborted due to compilation errors What does this error means?In which file should i check for this error?
Version of perl that i am using is 5.12.2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error Installing Module
by syphilis (Archbishop) on Mar 02, 2011 at 09:04 UTC | |
by tej (Scribe) on Mar 03, 2011 at 08:09 UTC | |
by syphilis (Archbishop) on Mar 03, 2011 at 08:42 UTC | |
by tej (Scribe) on Mar 04, 2011 at 09:55 UTC | |
|
Re: Error Installing Module
by Anonymous Monk on Mar 02, 2011 at 08:03 UTC |