Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: ExifTool newbie

by toolic (Bishop)
on Jan 07, 2012 at 18:38 UTC ( [id://946783]=note: print w/replies, xml ) Need Help??


in reply to ExifTool newbie

Check if ExtractInfo was successful (Tip #11 from the Basic debugging checklist):
if ($exifTool->ExtractInfo($file, 'Verbose')) { # do your stuff } else { die "ExtractInfo error"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 23:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found