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