Help for this page
#!/usr/bin/perl use warnings; ... use Second; Second::second_method();
Inside second_method Undefined subroutine &Second::first_method called at Second.pm line 11 +.
our @ISA = qw(Exporter);