----- Original Message ----- 
From: "Rob Dixon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 6:55 PM
Subject: Re: scanning module


> John wrote:
> >
> > Does this work with a LAN scanner?
>
> I've only ever used it with a locally-connected SCSI scanner so I don't
know.
>
> Try it!
>
> Rob
>
>
>
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>

Using the following script


use Win32::Scanner::EZTWAIN;

my $scanner = new Win32::Scanner::EZTWAIN();
$scanner->select_image_source();
$scanner->acquire_to_file("test.bmp");


perl fails to generate the test.bmp
(it scans the document, it opens the program for scan)



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to