foreach my $item (@{$rss->{'items'}}) { next unless defined($item->{'title'}) && defined($item->{'link +'}) && defined($item->{'description'}); $i += 1; next if $i > $feedcount; $item->{'description'}=~s/\n//gms; #$item->{'description'} =~ tr/\n'//d; $item->{'description'}=~s/'//gms; $output .= "'<font size=2><b><a target=\"_blank\" href=\"$item +->{'link'}\">$item->{'title'}</a></b></font><br /><font size=1>$item- +>{'description'}</font><br />'+\n"; }
In reply to Re^2: Removing Single Quote Problem
by Anonymous Monk
in thread Removing Single Quote Problem
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |