#!/usr/bin/perl myfub(); sub myfub { print "hello Perl"; }
./and.pl Undefined subroutine &main::myfub called at ./and.pl line 3. BEGIN failed--compilation aborted at ./and.pl line 3.