Help for this page

Select Code to Download


  1. or download this
    if (length($str) >= 4) {
        # ...
    }
    
  2. or download this
    my $lower = lc $str;