Help for this page

Select Code to Download


  1. or download this
    $value =~ s/^\s+//;
    $value =~ s/\s+$//;
    
  2. or download this
    $value = " " if $value ne "0" && !$value;