HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] multiline comments cause JPARM unmatched quote mark error
Here's an example that someone posted a while
back. Anyone care to check it? I signed up
for a bugzilla account to report it but still
haven't received my password. If there is a
workaround I would love to know it.
#!/usr/local/bin/perl
my $quote = "blah blah blah";
my $joke = "Why did the chicken cross the road?";
my $comments = "Quote of the day: " . $quote .
"\n\nDAILY HUMOR: " . $joke;
my $co = "AB Co.";
my $recip = "5553335555";
my $filename = "/etc/passwd";
system "sendfax",
"-x", $co,
"-c", $comments,
"-d", $recip,
$filename;
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*