Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    my $filename = '/path/to/file';
    ...
    print FILE '.';    # Ouput one (arbitrary) byte
    my $counter= tell(FILE);
    close FILE;