Searched defs:param_fetch (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm251 save_parameters restore_parameters param_fetch
2957 'param_fetch' => <<'END_OF_FUNC',
2958 sub param_fetch { subroutine
4722 $q->param_fetch('address')->[1] = '1313 Mockingbird Lane';
4723 unshift @{$q->param_fetch(-name=>'address')},'George Munster';
4728 calling the B<param_fetch()> method with the name of the parameter. This

Completed in 42 milliseconds