in reply to Re^2: Removing Single Quote Problem
in thread Removing Single Quote Problem
could be written asnext unless defined($item->{'title'}) && defined($item->{'link +'}) && defined($item->{'description'});
Also, why are you setting $output after trying to strip the singlequotes?next unless defined $item->{title} and defined $item->{link} and defined $item->{description};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Removing Single Quote Problem
by Roy Johnson (Monsignor) on Feb 10, 2005 at 22:01 UTC | |
|
Re^4: Removing Single Quote Problem
by Anonymous Monk on Feb 10, 2005 at 21:36 UTC | |
by phaylon (Curate) on Feb 10, 2005 at 23:26 UTC | |
by Anonymous Monk on Feb 11, 2005 at 17:59 UTC |