File-RoundRobin

 view release on metacpan or  search on metacpan

lib/File/RoundRobin.pm  view on Meta::CPAN


    return ($fh,$size + 0,$start_point + 0,$headers_size + 0,$read_only);
}


=head2 update_headers

Update the start point in the headers section after a write command

=cut
sub update_headers {
    my $self = shift;

    my $fh = $self->{_fh_};

    CORE::sysseek($fh,0, 0);

    my $headers = '';
    #version
    $headers .= "1\x00";
    #file size

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.559 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )