Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: help needed in File::Bom

by uva (Sexton)
on Apr 11, 2006 at 15:54 UTC ( [id://542578]=note: print w/replies, xml ) Need Help??


in reply to Re: help needed in File::Bom
in thread help needed in File::Bom

thanks for everyone replied me..
Thaats working fine . but i couldnot find the no of bytes occupied by the BOM.any one help me in that.

Replies are listed 'Best First'.
Re^3: help needed in File::Bom
by idsfa (Vicar) on Apr 11, 2006 at 16:13 UTC

    If you had read the docs as has already been suggested:

    After calling, the handle will be set to read at a point after the BOM (or at the beginning of the file if no BOM was found)

    So all you need to do is find out what your current position in the file is after you get the encoding:

    . . . ($encoding, $spillage) = get_encoding_from_filehandle(HANDLE); $bom_length = tell HANDLE; . . .

    The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://542578]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2025-01-13 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (28 votes). Check out past polls.