#! /usr/bin/perl use strict ; use File::Binary ; use Fcntl 'SEEK_SET'; my $fb = File::Binary->new("fio.pl"); $fb->seek(10, SEEK_SET ) ; $fb->close ;
In reply to Re^2: File::Binary:howto goto a position in file
by jeanluca
in thread File::Binary:howto goto a position in file
by jeanluca
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |