Help for this page

Select Code to Download


  1. or download this
    $session_hash{$session_id} = [$dept_code, $user]; #array ref
    
  2. or download this
    print DATA join(',', @$output), "\n";
    # Or something like that