Help for this page

Select Code to Download


  1. or download this
    use 5.6.0;
    use warnings;
    ...
    }
    
    __END__
    
  2. or download this
    -user => ucfirst(lc($3)).uc(substr($4,0,1))
    +user => "@{[ ucfirst (lc $3) . uc (substr $4, 0, 1) ]}"
    
  3. or download this
    use 5.6.0;
    use warnings;
    ...
    }
    
    __END__