Gossamer Forum
Home : General : Perl Programming :

hylafax

Quote Reply
hylafax
Hi:

I am trying to send a simple fax using the Hylafax module I got from cpan.
At first I tried a simple version of it for testing purposes.

use Fax::Hylafax::Client qw(sendfax);
my $fax = sendfax(
dialstring => '8582708999',
docfile => 'mine.txt',
);

I got this error:

Fax::Hylafax::Client: Net::FTP: connect: Unknown error at C:\DOCUME~1\Dave\LOCALS~1\Temp\dzprltmp.pl line 8

Line 8 is

use Fax::Hylafax::Client qw(sendfax);

This is weird because I 've installed the module on my computer successfully
Subject Author Views Date
Thread hylafax TheSafePick 3423 Feb 25, 2005, 4:52 AM
Post Re: [TheSafePick] hylafax
Chaz 3327 Feb 25, 2005, 9:41 AM