Malcolm Debono wrote:
Hello,
I have been trying to add some code to what was given to me without success.
I am trying to get the 'input' text out of the html (eventually getting the
name - value pairs).
I cut a snip out of my (many) attempts, can someone please help me again.
Malcolm
my ($input
Hi Michael,
At 21:46 16.02.2003, michael higgins wrote:
>Roland Moriz wrote:
>>Hi,
>>I need to do screenshots with perl on win32. The only possible way i found
>>is to simmulate they "printscrn" key and then read the clipboard. On the London.pm
>
>I don't know about that, but I remembered cribbing
Roland Moriz wrote:
Hi,
I need to do screenshots with perl on win32. The only possible way i found
is to simmulate they "printscrn" key and then read the clipboard. On the London.pm
I don't know about that, but I remembered cribbing this from the list,
which does what you ask:
#!perl -w --
u
Hi,
I need to do screenshots with perl on win32. The only possible way i found
is to simmulate they "printscrn" key and then read the clipboard. On the London.pm
mailinglist archive I found a short code-snippet which looks good to me:
http://london.pm.org/pipermail/london.pm/Week-of-Mon-20020826/
Hello,
I have been trying to add some code to what was given to me without success.
I am trying to get the 'input' text out of the html (eventually getting the
name - value pairs).
I cut a snip out of my (many) attempts, can someone please help me again.
Malcolm
my ($input,@input); # store input
I archive some old messages, and used the code that Chris Anderson posted
last year to replace the "Tk" icon with an image I've defined. I've realised
that Tk accepts base64 encoded image codes, instead of a raw image data, so
I've changed the code a little:
if (my $image = image('logo.gif')) {
Maybe a silly question but, can we use the wheels of a scroll mouse in a Tk
window? I couldn't find a way to do this...
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
I found that packForget() is doing (nearly) what I want :)
But instead of updating the area, it deletes the hlist part...
> -Original Message-
> From: Burak Gürsoy [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, February 15, 2003 3:28 PM
> To: Tillman, James; Perl-Win32-Users
> Subject: RE: