Help for this page
$session_hash{$session_id} = [$dept_code, $user]; #array ref
print DATA join(',', @$output), "\n"; # Or something like that