Related articles |
---|
perl regular expression grammar alan@oursland.net (2001-07-17) |
Re: perl regular expression grammar merlyn@stonehenge.com (2001-07-18) |
Re: perl regular expression grammar ralph@inputplus.demon.co.uk (2001-07-18) |
Re: perl regular expression grammar johnmillaway@yahoo.com (John W. Millaway) (2001-07-18) |
Re: perl regular expression grammar mjd@plover.com (2001-07-18) |
Re: perl regular expression grammar abigail@foad.org (2001-07-18) |
Re: perl regular expression grammar alan@oursland.net (2001-07-23) |
Re: perl regular expression grammar usenet11522@itz.pp.sci.fi (Ilmari Karonen) (2001-07-23) |
Re: perl regular expression grammar mjd@plover.com (2001-08-02) |
From: | "John W. Millaway" <johnmillaway@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 18 Jul 2001 20:00:14 -0400 |
Organization: | Compilers Central |
References: | 01-07-080 |
Keywords: | syntax |
Posted-Date: | 18 Jul 2001 20:00:14 EDT |
> One area I am confused is the "\c[" control character (described at
> http://www.perldoc.com/perl5.6/pod/perlre.html). How does this work?
>From the above url:
"Any control character. Usually characters that don't produce output as
such but instead control the terminal somehow: for example newline and
backspace are control characters. All characters with ord() less than
32 are most often classified as control characters.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.