Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^13: Memory leak question

by BrowserUk (Patriarch)
on Oct 06, 2010 at 14:33 UTC ( [id://863797]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %cache;
    sub _iso8601_rx {
    ...
    $cache{fulldate} = "$cache{cdate}\\s+$cache{ctime}";
    
    1;
    
  2. or download this
    my %cache;
    sub _iso8601_rx {
    ...
    ERX
    
    1;
    
  3. or download this
    #! perl 
    use strict;
    ...
        "2010-02-01 01:02:03" =~ $rectime;
        "2010-02-01 01:02:03" =~ $recdate;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-16 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found