Hi Daniel, I doubt this is the best way of doing it but :-
%popusers_test = ( 'test8' => 'YES', 'vintkepop' => 'NO' ); print "[USERS]\n"; foreach $user ( sort keys %popusers_test) { print "$user = $popusers_test{$user}\n"; } exit; would work Dave > -----Original Message----- > From: daniel.falkenberg > Sent: 18 December 2001 04:22 > To: beginners > Cc: daniel.falkenberg > Subject: New idea.. > > > Hello All, > > Just wondering if some one can help me with some stuff that I want to > do... > > Basically I have a hash like so... > > %popusers_test = ( > 'tesst8' => 'YES', > 'vintekpop' => 'NO' > ); > > Now I need to print that to a file like so... > > [USERS] > tesst8 = YES > vintekpop = NO > > Any ideas how I would go about this? > > Regards, > > Dan > > ============================== > VINTEK CONSULTING PTY LTD > (ACN 088 825 209) > Email: [EMAIL PROTECTED] > WWW: http://www.vintek.net > Tel: (08) 8523 5035 > Fax: (08) 8523 2104 > Snail: P.O. Box 312 > Gawler SA 5118 > rm -rf /bin/laden > ============================== > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]