in reply to How does variable definition affect Perl performance ?

First let me say I totally agree with ikegami above regarding profiling. Also, check out When perl is not quite fast enough, a really good article. But don't change the variable declarations blindly! Some code might depend on a non-undef, false value like 0 or ""


@_=qw; Just another Perl hacker,; ;$_=q=print "@_"= and eval;