Re: Perl Compiler

2002-01-03 Thread Barrie Heck
security issue created by using sudo. Regards Barrie - Original Message - From: Randal L. Schwartz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Barrie Heck <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 3:19 AM Subject: Re: Perl Compiler > >>>>

Perl Compiler

2002-01-02 Thread Barrie Heck
Hi, does anyone know of a perl compiler? Have written some perl code for a product and would not like the source available. Thanks Barrie Heck, Internet Solutions. Box Web Communications. - Internet Communications http

HTML Logon screen instead of Challenge/Response

2001-08-21 Thread Barrie Heck
G'day all, I am writing cgi scripts for Linux with Apache and wanted to replace the challenge/response popup logon for an on screen logon in HTML. Can anyone point me in the right direction for writing a perl script that can talk to apache to authorise user log ons. Barrie

Re: Basic Display of CGI generated HTML

2001-08-05 Thread Barrie Heck
Have you tried putting in the tags at the beginning of the html code at the end. Maybe add BODY tags as well, and some HEAD tags if you want a title etc. That's the only thing I could see at a quick glance. Baz - Original Message - From: "." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: Variable Grief

2001-08-02 Thread Barrie Heck
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 3:10 PM Subject: Re: Variable Grief > At 11:03 AM 08/03/2001 +1000, Barrie Heck wrote: > >Hi All > > > >Have brought in text from HTML textarea through POST method into perl as > variable $FOR

Re: text areas

2001-07-27 Thread Barrie Heck
I recently created a script that does the same. Just stick the variable for the textarea in between the textarea tags. $FORM{message}; Hope that helps, Barrie - Original Message - From: "Sally" <[EMAIL PROTECTED]> To: "perlcgi" <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 7:06 PM Su