Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Speeding up commercial Web applications

by arturo (Vicar)
on May 08, 2003 at 02:45 UTC ( [id://256457]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # ok, yeah, this is perl5ey
    sub in_array {
       my $foo = shift;
       return grep $_ eq $foo, @global_array;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found