Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Test;
    ...
        # Do things with last name
        $test->last_name(last => $last);
    }
    
  2. or download this
    package Test;
    
    ...
        return $self;
    }
    1;