Help for this page

Select Code to Download


  1. or download this
    sub new {
    
    ...
        return $obj;
    
        }
    
  2. or download this
    sub new {
    
    ...
            } => $class;
    
        }
    
  3. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "use warnings;
    ...
    ok 3 - object data equivalent
    ok 4 - no warnings
    1..4