Home >> perlfunctions >>Perl function: lcReturns a lowercased version of EXPR.#!/usr/bin/perl use strict; my $t="PERLHOME Perl tutorial"; my $x=lc($t);$x will have everything in lower case 'perlhome perl tutorial' Perl functions
|
eval List of all perl functions ord perl function : split shift
|