Current Path :
/
usr
/
local
/
ssl
/
lib64
/
perl5
/
auto
/
POSIX
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/local/ssl/lib64/perl5/auto/POSIX/tolower.al
# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package POSIX; #line 103 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/tolower.al)" sub tolower { usage "tolower(string)" if @_ != 1; lc($_[0]); } # end of POSIX::tolower 1;