in reply to Macro in perl code?
modifies @_ although it doesn't have to. Changing that to my ($volume, $message) = @_; should speed it up a little bit.sub v_print { my $volume = shift; my $message = shift;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Macro in perl code?
by bruceb3 (Pilgrim) on Oct 16, 2007 at 18:47 UTC | |
by andreas1234567 (Vicar) on Oct 16, 2007 at 19:20 UTC | |
by bruceb3 (Pilgrim) on Oct 16, 2007 at 21:27 UTC | |
|
Re^2: Macro in perl code?
by vrk (Chaplain) on Oct 16, 2007 at 20:25 UTC |