Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "new" via package "XYZ::ABC::Role::MyNewPkg
    +" (perhaps you forgot to load "XYZ::ABC::Role::MyNewPkg"?) at ./testM
    +yNewPkg.pl line 6.
    
  2. or download this
    #!perl
    
    ...
    
    my $pkg = XYZ::ABC::Role::MyNewPkg->new();
    print "okay\n";