Re: bad interpreter

2002-10-31 Thread Jean Padilla
run my perl program I get: > > bash: ./checkit.pl: bad interpreter: No such file or directory > > What does that mean? > > Thanks > /Karin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: bad interpreter

2002-10-31 Thread Felix Geerinckx
on Thu, 31 Oct 2002 08:22:08 GMT, [EMAIL PROTECTED] (Karin Friberg) wrote: > When I run my perl program I get: > > bash: ./checkit.pl: bad interpreter: No such file or directory > > What does that mean? Check your #! line at the top of your program. Does this point t

bad interpreter

2002-10-31 Thread Karin Friberg
Hi there! When I run my perl program I get: bash: ./checkit.pl: bad interpreter: No such file or directory What does that mean? Thanks /Karin