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