Code You don't need the sigil to use a subroutine. Perl basically assumes that if you use a bare word (i.e. not a language keyword, numeric or string literal, or variable) that you mean the subroutine call (if one exists). doit; # "done" Pretty simple, huh? Just wait.