Help for this page

Select Code to Download


  1. or download this
    my %data;      = (
    
    ...
    'home_phone'=>$cgi->param('user_home_phone') || undef,
    'work_phone'=>$cgi->param('user_work_phone')|| undef ,
    );