velocitymodel has asked for the wisdom of the Perl Monks concerning the following question:
Dear monks,
I am writing a code and keep coming up with errors for certain commands.
#!/usr/bin/perl $use strict; strict command not found
or
#!/usr/bin/perl use strict; No command 'use' found, did you mean ....
I get the same error message when using 'my' also. How do I correct this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Use strict.
by ikegami (Patriarch) on Jan 30, 2011 at 02:59 UTC | |
|
Re: Use strict.
by Anonymous Monk on Jan 30, 2011 at 00:44 UTC | |
|
Re: Use strict.
by ww (Archbishop) on Jan 30, 2011 at 02:20 UTC | |
|
Re: Use strict.
by JavaFan (Canon) on Jan 30, 2011 at 17:51 UTC | |
by FunkyMonk (Bishop) on Jan 30, 2011 at 18:47 UTC |