- or download this
# Add new registration object to the regArray
my $ptrRegistrationArray = $session->param("registrationArray");
...
$session->param("registrationArray", $ptrRegistrationArray);
$session->flush();
- or download this
my $ptrRegistrationArray = $session->param("registrationArray");
...
# Other work here
}
- or download this
reg is a Registration
...
reg->can('testMethod') results: CODE(0x83406b8)
hello world
- or download this
reg is a Registration
...
reg->can('testMethod') results: <conspicuously blank!>
Can't locate object method "testMethod" via package "Registration"