in reply to Re: use: command not found error
in thread use: command not found error
which gets whatever the user would get by typing "perl" at the command line. There may be multiple perl versions in different locations, leading to strange behavior. If /usr/bin/env is not there, there are bigger problems.#!/usr/bin/env perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use: command not found error
by blazar (Canon) on May 04, 2007 at 19:11 UTC | |
by Anonymous Monk on Jun 10, 2009 at 22:02 UTC |