http://qs321.pair.com?node_id=811222


in reply to How does variable definition affect Perl performance ?

Aren't these variables global? As others said, initializing an empty variable should hardly matter; however setting to 0 a variable containing huge data can maybe take time.