--- "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
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
> -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