>
>>Use of uninitialized value at ./poller.cfg.search.pl line 22, <POLLER> chunk 5.
>> which is happening on the last line of each section which is "[TAB] } \n" or after
>> i have " s/["}{]//g; " i guess it would be "[TAB] /n"
>>how can ignore this last line?
Ok i figgered it out... the problem was that it was not a tab just a load of spaces...
so now i have this which work =)
s/\n\s+\}\n//g;
My next question is, how can i read in variables from the shell?
im using Solaris / ksh
RichT
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.581 / Virus Database: 368 - Release Date: 09/02/2004
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>