Help for this page

Select Code to Download


  1. or download this
     @flatfields = ("$sys_time", "$consent", "$user_name", "$company", "$u
    +ser_email");
    
  2. or download this
     @flatfields = ($sys_time, $consent, $user_name, $company, $user_email
    +);
    
  3. or download this
    $linename = join(",", map { s/"/""/g; qq("$_") } $sys_time, $consent, 
    +$user_name, $company, $user_email);