Perl question
Steven Waters
swaters at abiederman.com
Thu Jun 17 13:02:56 PDT 2004
Greetings,
Walter wrote this perl answer.
I am assuming that the first line in this
perl script is ignored with the #.
Is this true?
Thanks,
Steve
Subject: Re: (sorta)OT: Apache / CGI / fP / printing
---[snip]---
#/usr/bin/perl -T
$fpenv = "TERM=ansi; export TERM; ";
$fpreport = "/appl/fp/rreport File -f report -a -pn printer1";
$fpcommand = $fpenv . $fpreport;
$fpstatus = system $fpcommand;
Actually you can use any TERM variable that you know
filePro can deal with on your system.
--[snip]----
More information about the Filepro-list
mailing list