Help for this page
Select Code to Download
Select
or
download this
($str) = ($str =~ /^\s*(.*?)\s*\z/)
Select
or
download this
$str =~ s/^\s+//; $str =~ s/\s+\z//;