Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    use strict;
    use warnings;
    ...
        print "$str\t", substr(lc($str), 0);
    #   use Devel::Peek; Dump substr(lc($str),0);
    }
    
  2. or download this
    x x
    yz yz
    
  3. or download this
    x x
    yz y