Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: help needed in File::Bom

by idsfa (Vicar)
on Apr 11, 2006 at 16:13 UTC ( [id://542590]=note: print w/replies, xml ) Need Help??


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

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://542590]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-25 16:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found