in reply to Re: Re: calling perl script from shell script
in thread calling perl script from shell script
and it gave me#!/usr/bin/sh echo /usr/bin/perl perlscript.pl ret=$? echo "Status String is $?" if [ $ret -eq 0 ] then echo "case A" else echo "case B" fi
Status String is 0 case A
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: calling perl script from shell script
by shilpam (Sexton) on Mar 29, 2004 at 07:07 UTC | |
by pelagic (Priest) on Mar 29, 2004 at 07:20 UTC | |
by shilpam (Sexton) on Mar 29, 2004 at 08:28 UTC | |
by pelagic (Priest) on Mar 29, 2004 at 09:16 UTC | |
by shilpam (Sexton) on Mar 29, 2004 at 11:49 UTC |