Mega Code Archive

 
Categories / Perl / Subroutine
 

Call a subroutine and use it

printhello; sub printhello {     print "Hello!"; }