Help for this page

Select Code to Download


  1. or download this
    ($str) = ($str =~ /^\s*(.*?)\s*\z/)
  2. or download this
    $str =~ s/^\s+//;
    $str =~ s/\s+\z//;