( %hash1, %hash2, %hash3 ) = (); # or %hash1 = %hash2 = %hash3 = (); [download]
In reply to Re^3: Clear / Initialize multiple hashes by choroba in thread Clear / Initialize multiple hashes by acadey