Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Log::Dispatch::FileRotate ?

by gmargo (Hermit)
on Nov 25, 2009 at 17:12 UTC ( [id://809367]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # Size defaults to 10meg in all failure modes, hopefully
        my $ten_meg = 1024*1024*10;
    ...
        $size = $p{size} if defined $p{size};
        $size = $ten_meg unless $size =~ /^\d+$/ && $size < $two_gig && $s
    +ize > 0;
        $self->{size} = $size;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://809367]
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 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found