in reply to List arguments of a method
I don't believe this is possible in Perl. Here all of the arguments are passed in @_ array, so effectively they have no names. In the function you can copy values from that array to any variables you like, or not copy them at all.
|
|---|