Help for this page

Select Code to Download


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