Help for this page

Select Code to Download


  1. or download this
    $self->session->param('account_id' => $account_id);
    
  2. or download this
    $self->session->param('account_id' => $account_id);
    
    open (DEBUG, ">>/home/bradc/debug/debug.txt") or die "errors: $!";
    print DEBUG "acct_id: ".$self->session->param('account_id')."\n";
    close DEBUG;