Kathryn Cassidy [mailto:[EMAIL PROTECTED]] wrote:
>
> I've got a script which has to read in a variable number of
> parameters.
> Up 'till now, I've been using the CGI param() function to read in each
> variable one at a time. This won't work if I don't know how many
> variables there might be though, or what they'll be called.
@parameters = param();
Now you know how many there are (scalar(@parameters)) and what they
are named.
--
Mark Thomas
[EMAIL PROTECTED]
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]