Help for this page

Select Code to Download


  1. or download this
    $_ = "abcdef";
    substr($_,0,3) =~ tr/a-z/A-Z/;
    print;