Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Prototypes allow overloading subs?

by Aristotle (Chancellor)
on Dec 08, 2002 at 13:30 UTC ( [id://218364]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Prototypes allow overloading subs?
in thread Prototypes allow overloading subs?

Perl is just too dynamic. The biggest obstacle is that you can often not know whether you're getting a list or scalar - much like in your example. It gets a whole lot worse when you say something like add(numbers($foo)) and numbers() can return anything from one invocation to the next.

Makeshifts last the longest.

  • Comment on Re^3: Prototypes allow overloading subs?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found