Re: RE: setting unix command through perl script

2008-04-18 Thread Chas. Owens
On Sat, Apr 19, 2008 at 12:14 AM, Mike Flannigan <[EMAIL PROTECTED]> wrote: > > What ever happened to trimming the posts to a reasonable > number of quoted messages? In the old days regulars > would have made your life miserable for this kind of > transgression. I guess since this is a beginn

Re: RE: setting unix command through perl script

2008-04-18 Thread Mike Flannigan
d, Pune >> > Telephone: +91-20-30245000/25605000 (Extn: 5271) >> > Mobile: +91 9822 854 227 >> > Fax: +91-020 25674090 >> > Internet: http://www.t-systems.com >> > >> > >> > -Original Message- >> > From: Martin Bart

Re: setting unix command through perl script

2008-04-17 Thread Chas. Owens
On Thu, Apr 17, 2008 at 7:28 AM, Martin Barth <[EMAIL PROTECTED]> wrote: > if you're trying to set just a environment variable for the perl script > then you can do (in your shell): > > > $ export CCASE_NO_FILE_HEADER=yes > > $ perl /home/m.belgaonkar/merge_latest.pl > > if you want to set the v

RE: setting unix command through perl script

2008-04-17 Thread Martin Barth
en entire task would > > fail. So it's very important that I should set this variable with > > proper value and then start the execution of the task. > > > > Regards, > > Irfan > > > > > > -Original Message- > > From: Martin Barth [mailto

RE: setting unix command through perl script

2008-04-17 Thread Irfan.Sayed
in Barth [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 4:42 PM To: beginners@perl.org Subject: RE: setting unix command through perl script hi, you could do something like that: qx(CCASE_NO_FILE_HEADER=yes /path/to/your/task); this would set the variable only for this task. HTH, Martin

RE: setting unix command through perl script

2008-04-17 Thread Martin Barth
gt; From: Martin Barth [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 17, 2008 3:02 PM > To: beginners@perl.org > Subject: RE: setting unix command through perl script > > Hi, > > maybe yes. why do you need this variable to be set/changed? tell us > some more about your obje

RE: setting unix command through perl script

2008-04-17 Thread Irfan.Sayed
rds, Irfan -Original Message- From: Martin Barth [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 3:02 PM To: beginners@perl.org Subject: RE: setting unix command through perl script Hi, maybe yes. why do you need this variable to be set/changed? tell us some more about your objectiv

RE: setting unix command through perl script

2008-04-17 Thread Martin Barth
, > Irfan > > -Original Message- > From: Martin Barth [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 17, 2008 1:01 PM > To: beginners@perl.org > Subject: RE: setting unix command through perl script > > Hi > > your "command" is executed. it chan

RE: setting unix command through perl script

2008-04-17 Thread Irfan.Sayed
Hi, OK. Thanks. IS there any other mechanism to achieve this?? Regards, Irfan -Original Message- From: Martin Barth [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 1:01 PM To: beginners@perl.org Subject: RE: setting unix command through perl script Hi your "comman

RE: setting unix command through perl script

2008-04-17 Thread Martin Barth
ROTECTED] > Sent: Thursday, April 17, 2008 12:05 AM > To: beginners@perl.org > Subject: Fwd: setting unix command through perl script > > Oops -- did reply and instead of reply-all :-( > > -- Forwarded message -- > From: Kenneth Wolcott <[EMAIL PROTECT

RE: setting unix command through perl script

2008-04-17 Thread Irfan.Sayed
y. Please help. Regards, Irfan -Original Message- From: Kenneth Wolcott [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 12:05 AM To: beginners@perl.org Subject: Fwd: setting unix command through perl script Oops -- did reply and instead of reply-all :-( -- Forward

Fwd: setting unix command through perl script

2008-04-16 Thread Kenneth Wolcott
Oops -- did reply and instead of reply-all :-( -- Forwarded message -- From: Kenneth Wolcott <[EMAIL PROTECTED]> Date: Wed, Apr 16, 2008 at 11:33 AM Subject: Re: setting unix command through perl script To: [EMAIL PROTECTED] Agreed that the parent process in which pe

RE: setting unix command through perl script

2008-04-16 Thread Martin Barth
D] > Sent: Wednesday, April 16, 2008 5:04 PM > To: Sayed, Irfan > Cc: beginners@perl.org > Subject: Re: setting unix command through perl script > > On Wed, Apr 16, 2008 at 7:05 AM, <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > > > > >

RE: setting unix command through perl script

2008-04-16 Thread Irfan.Sayed
1) Mobile: +91 9822 854 227 Fax: +91-020 25674090 Internet: http://www.t-systems.com -Original Message- From: Rodrick Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 5:04 PM To: Sayed, Irfan Cc: beginners@perl.org Subject: Re: setting unix command through perl script On W

Re: setting unix command through perl script

2008-04-16 Thread Rodrick Brown
On Wed, Apr 16, 2008 at 7:05 AM, <[EMAIL PROTECTED]> wrote: > Hi All, > > > > I need to execute the "export CCASE_NO_FILE_HEADER=yes" command through > Perl script. > > > > What I did is qx(export CCASE_NO_FILE_HEADER=yes); but still the value > for CCASE_NO_FILE_HEADER is not getting set to "

setting unix command through perl script

2008-04-16 Thread Irfan.Sayed
Hi All, I need to execute the "export CCASE_NO_FILE_HEADER=yes" command through Perl script. What I did is qx(export CCASE_NO_FILE_HEADER=yes); but still the value for CCASE_NO_FILE_HEADER is not getting set to "yes" Regards, Irfan