Help for this page
# assume this is hard coded my $package = 'raja.pm'; ... # call new on the class (raja) my $obj = $class->new(); print $obj;