Amey Joshi has asked for the wisdom of the Perl Monks concerning the following question:
I have written the simple script,which will print the value of the variable.
The Script is as:The error message is :#!/usr/bin/env ksh #!/usr/bin/perl $iputlne = 34; print $iputlne;
$ 3.pl 3.pl[3]: =: not found [No such file or directory]
Please help me...since I am new to perl scripting...
Thanks in Advance!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Not able to run the perl script
by cdarke (Prior) on Oct 12, 2009 at 08:31 UTC | |
|
Re: Not able to run the perl script
by Anonymous Monk on Oct 12, 2009 at 06:45 UTC | |
|
Re: Not able to run the perl script
by ikegami (Patriarch) on Oct 12, 2009 at 05:41 UTC |