in reply to Re: Trying to make a search
in thread Trying to make a search
> The other major error is in the following line:
><BR
> print "${line}";
>
> That should read $line and not ${line}.
Actually, it doesn't make a difference. ${line} is just as
good (and sometimes better) as $line in double-quotish contexts.