Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: hash collision DOS

by QwertyD (Pilgrim)
on Jun 02, 2003 at 04:53 UTC ( [id://262303]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub param {
        my($self,@p) = self_or_default(@_);
    ...
    #~~~~~Snip~~~~~
        return wantarray ? @{$self->{$name}} : $self->{$name}->[0];
    }
    
  2. or download this
    sub param {
        my ( $self, $param, @p ) = @_;
    #~~~~~Snip~~~~~
        return wantarray ? @{$self->{$param}} : $self->{$param}->[0];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-18 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found