in reply to Re: Re: Re: Re: Re: Re: calling perl script from shell script
in thread calling perl script from shell script

... your EOF has to be alone and at the beginning of the line:
EOF

and not
EOF

pelagic

-------------------------------------
I can resist anything but temptation.

Replies are listed 'Best First'.
Re: Re(+): calling perl script from shell script
by shilpam (Sexton) on Mar 29, 2004 at 11:49 UTC
    I have now separated the ftp part in a different shell script. And I call this script from the main script if the status of execution of perl script is success. Thanks a lot anyway!!!