Help for this page
use lib 'S:\incubator\ex\Hello.pm';
use strict; use warnings; ... my $obj = Hello->new( sample_data => 'hello world', more_data => 'blah blah blah' ); $obj->sample_method();