![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Re: invoking perl scripts....by pepik_knize (Scribe) |
on May 02, 2002 at 14:45 UTC ( #163551=note: print w/replies, xml ) | Need Help?? |
This sounds like your problem to me, too. I would only add to carefully check that shebang line. I can't tell you how many times I've typed:
!#/usr/bin/perl -wor#!/usr/bin/prel -wor#!/bin/usr/perl -w
One quick way tell if this isn't the problem is if you can invoke the script from the command line. Let us know if you still have problems. Pepik PS /usr/bin/perl should be replaced with whatever comes up when you type which perlat the command line. Here's what I get:
In Section
Seekers of Perl Wisdom
|
|