On Jan 14, zentara said:

>I've been reading the module docs with perldoc,
>and I don't quite understand the quoting method,
>or else my perldoc program is making errors.
>
>The quotes seem to start with a   ` (backtick)
>yet end with a  ' (singlequote)
>
>What is the proper way to interpret this, and why is it happening?

There's nothing wrong with that quoting syntax.  But it's not used by
Perl, it's just used in the documentation.  You can't write

  $x = `Jeff';

That's not legal.  The `...' quoting style is just used in the outputting
of the documentation.

>NAME
>       YAPE::Regex::Explain - explanation of a regular expression

It's nice to see my module getting use.  Look for an updated version of
the YAPE::Regex modules soon, under the namespace Regexp::Parser.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
RPI Acacia brother #734   http://www.perlmonks.org/   http://www.cpan.org/
** Look for "Regular Expressions in Perl" published by Manning, in 2002 **
<stu> what does y/// stand for?  <tenderpuss> why, yansliterate of course.


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

Reply via email to