Re: execution of script in one shell
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 30 Jan 2007 06:00:10 -0800
On Jan 30, 7:12 am, isa...@xxxxxxxxx (Irfan Sayed) wrote:
I am executing one perl script which has one clearcase command
"cleartool setview". after running this command it starts a new shell
and my script stop executing further.
Is there any way so that i can run script including this cleartool
setview command in one shell itself.
It sounds like you may be using the function "exec" when you mean to
be using the function "system" to call your clearcase command. Fix
that.
If that's not the problem, please post a short-but-complete script
that demonstrates your error, so we can see what it is you're actually
doing.
Paul Lalli
.
- References:
- execution of script in one shell
- From: Irfan Sayed
- execution of script in one shell
- Prev by Date: SQL Server Connectivity
- Next by Date: Re: confusion with splitting columns using [-n, -n] (e.g; my ( $country, $bytes ) = ( split )[ -2, -1 ])
- Previous by thread: execution of script in one shell
- Next by thread: Re: execution of script in one shell
- Index(es):
Relevant Pages
|