in reply to Re: Re^3: hash referencing...best approach?
in thread hash referencing...best approach?
and in write_id, the magical print will be$session_hash{$session_id} = [$dept_code, $user]; #array ref
Review perldoc perlreftut to get a better handle on how complex data structures are built in Perl.print DATA join(',', @$output), "\n"; # Or something like that
|
|---|