Help for this page
sub gmtime() { #do something }
#!/usr/bin/perl print scalar gmtime,"\n"; print &gmtime;