Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Win32::Clipboard dying?

by manish.rana@me.com (Initiate)
on May 20, 2016 at 00:14 UTC ( [id://1163558]=note: print w/replies, xml ) Need Help??


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

Hi afoken, Sorry, that was my first time using the site and I am fairly new at perl. I have edited the post as per your suggestions. The error message is simple the message that I have written after .... or die "No Image Captured".

Replies are listed 'Best First'.
Re^3: Win32::Clipboard dying?
by afoken (Chancellor) on May 20, 2016 at 16:30 UTC
    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://1163558]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found