Help for this page

Select Code to Download


  1. or download this
        if( $self->{'Flock'} eq 'yes'){
            $self->{'Fh'} = new IO::File "$self->{'File'}", O_WRONLY|O_EXC
    +L;
    ...
            unless defined($self->{'Fh'});
            flock($self->{'Fh'},LOCK_EX);
        }
    
  2. or download this
    my $roll1 = @_;
    
  3. or download this
    my ($roll1) = @_;
    
  4. or download this
    sub _logroll {
        eval 'use Compress::Zlib';
    ...
            $rotator->rotate();
        }
    }