Re: my $q = shift and another

2002-10-28 Thread drieux
On Monday, Oct 28, 2002, at 21:57 US/Pacific, Jimmy George wrote: Hello World Can anyone explain what that line my $q = shift; does in a cgi script? I cannot find the explanation in the cgi programming book I have. [..] I presume that you see this in the context of sub my_function { my

my $q = shift and another

2002-10-28 Thread Jimmy George
Hello World Can anyone explain what that line my $q = shift; does in a cgi script? I cannot find the explanation in the cgi programming book I have. And how come my use of -wT in the opening line results in a 'Too late for Taint mode now' message? Again the cgi programming book uses it every

Re: Perl MSGraph

2002-10-28 Thread fliptop
On Mon, 28 Oct 2002 at 10:26, T. Murlidharan Nair opined: TMN:I must confess this is not a Perl CGI question, but,since we have some then you should probably ask it on a non-cgi list. try one of these: http://lists.perl.org/showlist.cgi?name=beginners http://lists.perl.org/showlist.cgi?name=pe

RE: Writings PERL CGI in windows environment

2002-10-28 Thread Joel Hughes
Umm??? Any reason why you don't simply use LWP on Win32? Think it might even come as standard with ActiveState (if thatÂ’s what your using). I've used LWP on Win32 for ages without a hitch. joel -Original Message- From: T. Murlidharan Nair [mailto:nair@;sdsc.edu] Sent: 28 October 2002 2

RE: perl cgi security

2002-10-28 Thread Nikola Janceski
If you don't want them to comprehend your code, be sure to add lots of code that will never get run and remove all comments and any whitespace that really isn't needed, and through in a poem or two and u will have code that know won wood wont 2 reed n it will look kinda like this reply. > -Ori

Re: perl cgi security

2002-10-28 Thread Abel Lucano
On Mon, 28 Oct 2002, Jim Lundeen wrote: > nothing that will work on Linux box? > > Admin-Stress wrote: > > > Nice, but that will produce .exe, executable file for Windows :( > > > > --- David Simcik <[EMAIL PROTECTED]> wrote: > > > See perl2exe.exe for details on converting scripts into executable

Writings PERL CGI in windows environment

2002-10-28 Thread T. Murlidharan Nair
Hi!! Has any one written something similar to using a LWP user agent under windows environment ? If you have an example code that greatly help. Cheers always!! Murli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl cgi security

2002-10-28 Thread Jim Lundeen
nothing that will work on Linux box? Admin-Stress wrote: > Nice, but that will produce .exe, executable file for Windows :( > > --- David Simcik <[EMAIL PROTECTED]> wrote: > > See perl2exe.exe for details on converting scripts into executables. > > > > -D > > _

RE: perl cgi security

2002-10-28 Thread Admin-Stress
Nice, but that will produce .exe, executable file for Windows :( --- David Simcik <[EMAIL PROTECTED]> wrote: > See perl2exe.exe for details on converting scripts into executables. > > -D __ Do you Yahoo!? Y! Web Hosting - Let the expert host your

RE: perl cgi security

2002-10-28 Thread David Simcik
See perl2exe.exe for details on converting scripts into executables. -D -Original Message- From: Jim Lundeen [mailto:jim@;jimmyjames.net] Sent: Monday, October 28, 2002 12:48 PM To: fliptop Cc: Admin-Stress; [EMAIL PROTECTED] Subject: Re: perl cgi security Isn't there a method of actual

Perl MSGraph

2002-10-28 Thread T. Murlidharan Nair
Hi!! I must confess this is not a Perl CGI question, but,since we have some Perl gurus here I am taking the liberty to ask this question, hoping that someone might be able to help me out. Has anyone used the MSGraph module developed by Mark Solomon? I am getting having problems with his example

Re: perl cgi security

2002-10-28 Thread Jim Lundeen
Isn't there a method of actually making an executable (compiled) out of a perl script? I heard/saw about is a year or so ago, but never investigated it. I'd be interested in finding out more if anyone has info. Thanks fliptop wrote: > On Sun, 27 Oct 2002 at 14:10, Admin-Stress opined: > > A:I

Hashref array loading

2002-10-28 Thread Ramon Hildreth
Hi, Does anyone know how to load a hashref into an array, and then display a html table using the contents of that array. Any help would be greatly appreciated. Ramon Hildreth -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl cgi security

2002-10-28 Thread zentara
On Sun, 27 Oct 2002 14:10:58 -0800 (PST), [EMAIL PROTECTED] (Admin-Stress) wrote: >I am new to perl cgi. I would like to ask (maybe a silly question) : >Is it possible to VIEW the source code of a perl cgi from a website? >For example, I wrote a perl cgi like this http://www.myweb.com/cgi-bin/addc

Re: perl cgi security

2002-10-28 Thread fliptop
On Sun, 27 Oct 2002 at 14:10, Admin-Stress opined: A:Is it possible to VIEW the source code of a perl cgi from a website? sure, if your httpd server is improperly configured. A:For example, I wrote a perl cgi like this A:http://www.myweb.com/cgi-bin/addcustomer.pl A: A:The purpose of that script