sub mysub { $foo ++; some_other_sub($bar); }
should read
sub mysub { my ($foo, $bar) = @_; #do stuff with $foo and $bar }
and not
sub mysub { my ($foo, $bar) = @ARGV; #do stuff with $foo and $bar }
In reply to Re^4: Putty Session Generator
by ikegami
in thread Putty Session Generator
by d_jabsd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |