Help for this page
sub a { b(@_) ... } print a (1,2,3)
perl -d tst.pl Loading DB routines from perl5db.pl version 1.3 ... 0 2 1 3 2 4