in reply to Re: extra space with /
in thread extra space with /
It seems to me that you might have the space in the file you read, with a quick lookthrough I don't see the problem in the code (or, I might just be distracted ;). I personally would use the following for asigning the txt1 and txt2:
No need to put the whole ref in quotes, and I think it's cleaner if you put the key in quotes.my $textr1 = $ref->{'txt1'}; my $textr2 = $ref->{'txt2'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: extra space with /
by malaga (Pilgrim) on Apr 03, 2001 at 11:09 UTC |