linux doesn't like me

2006-03-08 Thread Kathryn E. Bushley
Hello, Maybe not a perl question but I'm trying to run my perl program below and am getting the following error which I'm fairly certain is from the linux system: (BC1G_02948.1) AMP 1/1 144 522 sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `getseq.pl 56 374

Re: linux doesn't like me

2006-03-08 Thread Jeff Pang
(BC1G_02948.1) AMP 1/1 144 522 sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `getseq.pl 56 374 (BC1G_03519.1) Botrytis_annotations' How do you run your script? It seems that you run it as 'sh script.pl'. For correctly,you should run it as 'perl script.pl' or 'chmod +x

Re: linux doesn't like me

2006-03-08 Thread Tom Phoenix
On 3/8/06, Kathryn E. Bushley [EMAIL PROTECTED] wrote: Maybe not a perl question but I'm trying to run my perl program below and am getting the following error which I'm fairly certain is from the linux system: (BC1G_02948.1) AMP 1/1 144 522 sh: -c: line 0: syntax error near unexpected

Re: linux doesn't like me

2006-03-08 Thread John W. Krahn
Kathryn E. Bushley wrote: Hello, Hello, Maybe not a perl question but I'm trying to run my perl program below and am getting the following error which I'm fairly certain is from the linux system: (BC1G_02948.1) AMP 1/1 144 522 sh: -c: line 0: syntax error near unexpected token `(' sh: