Help for this page

Select Code to Download


  1. or download this
    if (substr ($str, 1, 1) =~ /[[:alpha:]]/) { .. }
    
  2. or download this
    substr ($_, 1, 1) = uc substr ($_, 1, 1);