HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Viewing received faxes via http browser
Nico Garcia wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> On Wed, 22 Oct 1997, Uri Shkolnik wrote:
>
> > I'm running Hylafax 4p1 on SunOS4.1.4, I want to enabled users to view
> > faxes with Netscape/Internet Explorer etc. via my Intranet web site.
> >
> > Does anybody have a working system like this?
>
> YES! Moo-ha-ha! There was a script published called "faxstat.pl" for
> exactly this use. I enclose it below. For additional questions, ask
> the list and feel free to CC: me.
Hello,
Thanks for the replay.
I had tried to cut the perl script from your Email and copy it into my cgi-bin, but I have some errors.
this is the beginning of the script:
#!/usr/local/bin/perl -wT
#';# emacs
# <PJA> 19-Sep-1997
# Added POD
use CGI;
use Config;
use Net::FTP;
my $cgi = new CGI;
$FAXSERVER = $cgi->param("FAXSERVER")||"fax.harmonic.co.il";
$HYLAFAX = 4559;
There is an server error, I tried to run it directly: --
xxx{root}: sh faxstat.pl
faxstat.pl: use: not found
faxstat.pl: use: not found
faxstat.pl: use: not found
faxstat.pl: my: not found
faxstat.pl: syntax error at line 12: `(' unexpected
What are those errors?
Could you send me the script as attacment?
Thanks & Regards,
Uri