in reply to Quotes to 'HTML' Quotes...
Easy, to the point, and fixes a lot more than just single quotes. :-)use HTML::Entities qw(encode_entities_numeric); $dsname = encode_entities_numeric( $dsname );
Gary Blackburn
Trained Killer
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Quotes to 'HTML' Quotes...
by Anonymous Monk on Mar 16, 2004 at 12:56 UTC |