RE: Pass a value to Perl script

2005-07-13 Thread Dhanashri Bhate
-> -Original Message- -> From: Larsen, Errin M HMMA/Information Technology Department -> -> Hi Dhanashri, -> Thanks for responding Errin, but the question was from "Perl [EMAIL PROTECTED]" , not from me! :) -> tell us more about this 'APP'? Windows or UNIX (or other)? Is the -> 'APP

RE: Pass a value to Perl script

2005-07-13 Thread Larsen, Errin M HMMA/Information Technology Department
Perl wrote: > Dhanashri/ Chris > > Yes!! exactly that is what I am trying to do. I am sorry for not > making it clear before. here is the true picture. I have an APP which > can run a perl script but just before running the script I have a > variable in that app which is holding a value let say >

Re: Pass a value to Perl script

2005-07-13 Thread Perl
ailto:[EMAIL PROTECTED] -> Sent: Wednesday, July 13, 2005 5:44 AM -> To: Perl -> Cc: Perl Beginners List -> Subject: Re: Pass a value to Perl script -> -> -> On Tue, 12 Jul 2005, Perl wrote: -> -> > I have this perl script which is taking value from an external -&g

RE: Pass a value to Perl script

2005-07-12 Thread Tim Johnson
meone correct me if I'm wrong, I can't test it here and it's been a while since I used backticks). From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Tue 7/12/2005 10:12 PM To: Dhanashri Bhate Cc: Perl Beginners List; Perl Subject: RE: Pass a value to

RE: Pass a value to Perl script

2005-07-12 Thread Chris Devers
On Wed, 13 Jul 2005, Dhanashri Bhate wrote: > "system" will give the exit status of the application execution.. Whoops! I've had that backwards twice recently. Sorry for the confusion. And, yes, the original problem could do for some clarification. If nothing else, the platform this runs on ma

RE: Pass a value to Perl script

2005-07-12 Thread Dhanashri Bhate
-> -Original Message- -> From: Chris Devers [mailto:[EMAIL PROTECTED] -> Sent: Wednesday, July 13, 2005 5:44 AM -> To: Perl -> Cc: Perl Beginners List -> Subject: Re: Pass a value to Perl script -> -> -> On Tue, 12 Jul 2005, Perl wrote: -> -> > I h

Re: Pass a value to Perl script

2005-07-12 Thread Chris Devers
On Tue, 12 Jul 2005, Perl wrote: > I have this perl script which is taking value from an external > appliaction and then after processing it is passing back a value to > same application. But I was not able to figure out how can I define > the variable my $path (which is taking value from exter