Help for this page

Select Code to Download


  1. or download this
    my $class=ref($proto) || $proto;
    
  2. or download this
    my $Obj=new Class->new(@args);
    my $New=Class->new(@argS)->new()->foo(); # probably an error