Re: How can i make a perl program lauch another perl program that takes options
- From: chas.owens@xxxxxxxxx (Chas Owens)
- Date: Fri, 29 Jun 2007 09:04:17 -0400
On 6/28/07, alex.jamestin+usenet@xxxxxxxxx <alex.jamestin@xxxxxxxxx> wrote:
snip
I've tried bypassing the shell [ system(xxx,xxx,xx)] but that doesn'tsnip
seem to help.
Hmm, what OS are you using? And by system(xxx,xxx,xx) do you mean
system("perl vplan_all.pl", "5.6", "24.0") == 0
or die "blah";
or
system( "perl", "vplan_all.pl", "5.6", "24.0") == 0
or die "blah";
.
- Follow-Ups:
- Re: How can i make a perl program lauch another perl program that takes options
- From: Alex Jamestin
- Re: How can i make a perl program lauch another perl program that takes options
- References:
- How can i make a perl program lauch another perl program that takes options
- From: Alex.Jamestin+Usenet@xxxxxxxxx
- How can i make a perl program lauch another perl program that takes options
- Prev by Date: Re: exit code
- Next by Date: Re: How can i make a perl program lauch another perl program that takes options
- Previous by thread: Re: How can i make a perl program lauch another perl program that takes options
- Next by thread: Re: How can i make a perl program lauch another perl program that takes options
- Index(es):