Help for this page

Select Code to Download


  1. or download this
    sub returnrec {
       my ($i,$record);
    ...
       }
       return $record;
    }
    
  2. or download this
    my @elements = split /\;/, returnrec();