Re: Delimiter for string..

2004-02-05 Thread Jenda Krynicky
From: "Singh, Ajit p" <[EMAIL PROTECTED]> > I am running a perl script as below which is working perfectly and > want to replace the hardcoded values with variables. (the script > accepts space as the delimiter) > > @respon = $placesock->print("./test.pl \"7741266\" \"DEM EXPO\" > \"255.255.255.25

RE: Delimiter for string..

2004-02-04 Thread Mark Anderson
> I am running a perl script as below which is working perfectly and want to > replace the hardcoded values with variables. > (the script accepts space as the delimiter) > @respon = $placesock->print("./test.pl \"7741266\" \"DEM EXPO\" > \"255.255.255.255\" \n"); > > and i am doing this > > @resp

Re: Delimiter for string..

2004-02-04 Thread Chuck Fox
Ajitpal, [EMAIL PROTECTED] wrote: Friends, I am running a perl script as below which is working perfectly and want to replace the hardcoded values with variables. (the script accepts space as the delimiter) @respon = $placesock->print("./test.pl \"7741266\" \"DEM EXPO\" \"255.255.255.255\" \n");