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