Help for this page
Select Code to Download
Select
or
download this
sub dequote { my $string = @_ ? $_[0] : $_; ... return $_; } }