in reply to Re: Syntax Error
in thread Syntax Error

I am executing it using: . ./test.pl

Replies are listed 'Best First'.
Re: Syntax Error
by Abigail-II (Bishop) on Jan 21, 2004 at 14:37 UTC
    Well, that's wrong. You are telling your current shell to execute the program in the current shell (without a fork). Remove the first dot.

    Abigail