I have a text file and I would like to use the print command. I read the
documentation but I couldn't make heads or tails.
I have the variable containing the string in variable $fields{add}, the text
file in in variable taxfile.dat, and the receiving variable is $lines. This
is the best I could come up with:
$lines = print  if (/(?i) $fields{add}/ ) taxfile.dat;
I wanted to ignore the case (upper or lower is irrelevant).
HELP, after many hours of trying, searching and cursing I finally give up
and I ask for your suggestions.

Thanks,

Evan Panagiotopoulos


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to