- or download this
Undefined subroutine &B::just_print called at index.pl line 8.
- or download this
# The main code:
use A;
...
sub main_print(){
print @_;
}
- or download this
#A.pm
package A;
...
}
1;
- or download this
#Blooper.pm
package B;
...
}
1;
- or download this
hellohi