Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

gwg's scratchpad

by gwg (Beadle)
on Aug 29, 2007 at 09:00 UTC ( [id://635740]=scratchpad: print w/replies, xml ) Need Help??

sub get_list { my $self = shift; my $param = shift; print STDERR "param: $param\n"; my %lists = ( maxhits => ['10', '20', '30', '40', '50'], threshold => ['100', '10', '1.0', '0.1', '0.01], term_context => ['parents', 'sibling'], # qual => $self->get_qual_list, ); return $lists{$param}; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found