On Jun 7, Eric Wright said:
>I installed Perl, when I search for perl I get /usr/bin/perl, but when I
>include #!/usr/bin/perl in my source I still cant exicute it without;
>
>perl myProg
>
>and I have also chmod 751 myProg I am using Linux (RH7.1) what
>am I missing?
How have you tried calling it? If just doing
japhy% myProg
doesn't work, then . might not be in your path. Try
japhy% ./myProg
--
Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/
I am Marillion, the wielder of Ringril, known as Hesinaur, the Winter-Sun.
Are you a Monk? http://www.perlmonks.com/ http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc. http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter. Brother #734
** Manning Publications, Co, is publishing my Perl Regex book **