CIW Exam Questions

Which method is used in a Perl script to access the variables POSTed by an HTML form?

Which method is used in a Perl script to access the variables POSTed by an HTML form?

A.
prepare();

B.
param();

C.
header ();

D.
post();