On Thu, Jan 17, 2002 at 02:51:36PM +0000, Simon Cozens wrote:
> On Thu, Jan 17, 2002 at 09:33:32AM -0500, [EMAIL PROTECTED] wrote:
> > $ ./bw_convert.pl
> > ./bw_convert.pl[20]: my: not found.
>
> my isn't a valid shell command. (Your script isn't going through Perl
> at all. Do you have a #! line?)
>
Also see `perldoc perldiag`:
%s: not found
(A) You've accidentally run your script through the
Bourne shell instead of Perl. Check the #! line, or
manually feed your script into Perl yourself.
Ronald