Help for this page

Select Code to Download


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