in reply to Initialize multiple variables in one statement

Hello Anony-monk,

Any reason you couldn't just do this:

my ($name1,$name2,$name3,$name4,$name5,$name6) = ('','','','','','');

Cheers,
Shadowsong