Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
        my ($class,$obj) =@_;
        bless $obj, $class;
    }
    
  2. or download this
    <1>
    <0>
    <2>