Help for this page

Select Code to Download


  1. or download this
    if (! exists $cTable{$cID}{raw}) {
        $cTable{$cID}{raw}=[];
    }
    push @{$Table{$cID}{raw}}, $currentVal;
    
  2. or download this
    delete $cTable{$cID};