Lines Matching refs:current

333 # The new routine.  This will check the current environment
1325 # Return the current version
2043 my $current = $override ? $default :
2046 $current = defined($current) ? $self->_maybe_escapeHTML($current,1) : '';
2053 my($value) = $current ne '' ? qq(value="$current") : '';
2128 my($current)= $override ? $default :
2132 $current = defined($current) ? $self->_maybe_escapeHTML($current) : '';
2137 return qq{<textarea name="$name" $tabindex$r$c$other>$current</textarea>};
2244 # and tells it to ERASE the current query string so that your defaults
2818 # Returns a URL containing the current script and all its
3090 # Synthesize a query string from our current
4768 This will write the current state of the form to the provided
4850 The listed methods will be imported into the current package; you can
4971 The current list of pragmas is as follows:
5005 the effect of importing the compiled functions into the current
5372 different from the current location, as in
5581 internal anchors but you don't want to disrupt the current contents
5886 Get or set the current character set.
5945 together with spaces, or whatever is the current value of the $"
5968 default is to process the query with the current script.
6374 from L<IO::Handle>. So that brings us to current recommendation given above,
7238 The browser is loading the current document. Valid in:
7244 The browser is closing the current page or frame. Valid for:
7766 "The current time is ",scalar(localtime),"\n";
7777 calling B<multipart_start()>, prints the current local time,
8119 print "<h2>Here are the current settings in this form</h2>";