Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Passing variables into a subroutine

by choroba (Cardinal)
on Sep 03, 2012 at 17:19 UTC ( [id://991489]=note: print w/replies, xml ) Need Help??


in reply to Passing variables into a subroutine

The problem is in the assignment. You can never make this work:
my (@array, ...) = ...
because the array takes all the values.

Update: Other problems may emerge after solving this one because of the usage of prototypes.

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://991489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found