| Matthew Hellman 2005-01-10, 3:55 pm |
| http://search.cpan.org/~lds/CGI.pm-...TTING_THE_VALUE(S)_OF_A_=
NAMED_PARAMETER:
$query->param('fooparam','foovalue');
OR
$query->param(-name=3D>'fooparam',-value=3D>'foovalue');
=09
$q->param( table =3D> "vendors" ); # INCORRECT
$q->param(-name=3D>'table',value=3D>'vendors'); # CORRECT
[color=darkred]
-----Message=20Disclaimer-----
This=20e- mail=20message=20is=20intended=20only=20
for=20the=20use=20of=20the=20individual=
20or
entity=20to=20which=20it=20is=20addresse
d,=20and=20may=20contain=20information=2
0that=20is
privileged,=20confidential=20and=20exemp
t=20from=20disclosure=20under=20applicab
le=20law.
If=20you=20are=20not=20the=20intended=20
recipient,=20any=20dissemination,=20dist
ribution=20or
copying=20of=20this=20communication=20is
=20strictly=20prohibited.=20If=20you=20have
received=20this=20communication=20in=20e
rror,=20please=20notify=20us=20immediate
ly=20by
reply=20email=20to=20Connect@principal. com=20and=20delete=20or=20destroy=20all=
20copies=20of
the=20original=20message=20and=20attachm
ents=20thereto.=20Email=20sent=20to=20or=20from=20the
Principal=20Financial=20Group=20or=20any
=20of=20its=20member=20companies=20may=2
0be=20retained
as=20required=20by=20law=20or=20regulati
on.
Nothing=20in=20this=20message=20is=20int
ended=20to=20constitute=20an=20Electroni
c=20signature
for=20purposes=20of=20the=20Uniform=20El
ectronic=20Transactions=20Act=20(UETA)=2
0or=20the
Electronic=20Signatures=20in=20Global=20
and=20National=20Commerce=20Act=20("E-Sign")
unless=20a=20specific=20statement=20to=2
0the=20contrary=20is=20included=20in=20t
his=20message.
|