- or download this
use strict;
use warnings;
...
__XX__
int xyz(){ printf("hhaahah\n"); return 1; }
- or download this
Undefined subroutine &main::xyz called at a.pl line 8.
- or download this
use strict;
use warnings;
...
int xyz(){ printf("hhaahah\n"); return 1; }
EOC
xyz();