Help for this page

Select Code to Download


  1. or download this
    $a = $in{'a'};
    $b = $in{'b'};
    $c = $in{'c'};
    ...
    .
    .
    .
    
  2. or download this
    $fieldList = $in{'fieldList'};
    @fieldList = split(",",$fieldList);
    foreach $field(@fieldList){
         $$field = $in{'$field'};
    }