Re: sending @array as hidden variable

2001-08-24 Thread Curtis Poe
--- "Simon K. Chan" <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > I am trying to send an array as a hidden value in my script as follows: > > @array = (eggs, ham, bread, pop); > > foreach $food (@array){ > print ""; > } > > My two questions are: > > 1. Is this the most efficient way of send

Re: How does Apache invoke Perl interpreter: OT please don't reply

2001-08-24 Thread Roger C Haslock
Anything in the cgi-bin (or similar) directory is assumed to be an executable script. If it is a perl script (starts with #!//perl), then perl gets called. The interpreter then runs as a separate process. (You can try `ps -efl` to see whats happening) Does this help? - Roger - - Original Me

RE: sendmail and newlines

2001-08-24 Thread Crowder, Rod
> -Original Message- > From: Wendy DeCora [mailto:[EMAIL PROTECTED]] > Sent: 23 August 2001 16:13 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: sendmail and newlines > > > Situation: My perl script (see Code: below) is being > handed a flatfile (see File: below) generated from