Paul Kraus wrote:
> 
> My reports seem to perform a form feed with "^L" this doesn't seem to
> all me to find it with regexpr. Do I have to search for the ASCII
> equivalent? What does this translate to and where did you look to find
> out?

The form feed character is reresented by \f (or \cL or \014 or \xC) in
double quoted strings.  These special characters are described in the
"Quote and Quote-like Operators" section of the perlop manpage.

perldoc perlop



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to