http://qs321.pair.com?node_id=163551


in reply to Re: invoking perl scripts....
in thread invoking perl scripts....

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:

$ which perl /usr/bin/perl