in reply to Argument values
# perl -wT # ^ whatever executable's appropriate! use strict;
Also, this chunk probably doesn't do what you want :
It checks to see if any parameter exists, then assumes that the name param will. that's bad.if (param) { $user_name = em(param('name')); &file_creation($user_name); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Argument values (boo)
by John M. Dlugosz (Monsignor) on Jul 24, 2001 at 01:16 UTC |