Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Win32::Clipboard dying?

by afoken (Chancellor)
on May 20, 2016 at 16:30 UTC ( [id://1163662]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Win32::Clipboard dying?
in thread Win32::Clipboard dying?

The error message is simple the message that I have written after .... or die "No Image Captured".

Read my posting again. I told you where perl hides more information, and that you should write that information somewhere when an error occurs.

Compare to the usual idiom for opening files:

open my $f,'<',$filename or die "Can't open $filename: $!"; # ***HINT*** ------------------------------------------^^

Also note that $! will most likely not help you, see my first posting.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-20 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found