HP3000-L Archives

May 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Eben Yong <[log in to unmask]>
Reply To:
Date:
Thu, 25 May 2000 16:59:30 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
Hello,

I am hacking away at Perl/iX... I think I have a permissions problem but I
don't know where to look to squash the bug.  While in the posix shell the
program executes without any problem, but trying to run the program from my
web browser thru Apache/iX and I get an "Internal Server Error".

Any help would be much appreciated.

Thanks.

Eben Yong
Health Plan of San Mateo

##################################
#!/usr/local/bin/perl

#
# Main body starts here.
#

print <<EOF;

<HTML>
<HEAD>
<TITLE>TEST TITLE</TITLE>
</HEAD>
<BODY>
<H1>TEST HEADER</H1>
<PRE>
EOF

system("callci 'echo 123'");

print <<EOF;
</PRE>
</BODY>
</HTML>
EOF
##################################

ATOM RSS1 RSS2