I was asked to analyze a perl script by my manager. I am a novice at PERL. The script contains some "use" statements, some variable settings, and two sub routines. But there is no call to these subroutines. The script does run when executed.
How can it run without explicitly calling the subroutines?