H
Henry
Sam Holden:
Thanks for your post on this thread:
The basics should be the same, right?
don't find the man pages a very friendly environment, especially for
material of this complexity.
I guess you are talking about a typographic convention, as in "Candy is
dandy/But liquor is quicker" (Credit: Ogden Nash). I guess I don't see the
parallel, sorry.
I guess so. That issue hasn't stopped the use of escape sequences in other
contexts, right?
Some of my colleagues are horrified that I would use slurp mode, so I guess
experiences vary widely.
I trying to grasp this, but failing. Maybe after I learn more about perl it
will become clear.
References? Sorry. I keep getting deeper and deeper. Do I need to
understand 'references'?
Thanks,
Henry
(e-mail address removed) remove 'zzz'
Thanks for your post on this thread:
The risk with that is that the man pages on your system will document
the perl installed on your system. The web versions will document
some version of perl which might not be the one you are using.
The basics should be the same, right?
Of course. But, as I've said in another post on this thread just now, IPlus the man pages also document the modules you have installed, rather than
a random selection of them...
don't find the man pages a very friendly environment, especially for
material of this complexity.
Why not. It's true after all, and hence a reasonable mnemonic.
I guess you are talking about a typographic convention, as in "Candy is
dandy/But liquor is quicker" (Credit: Ogden Nash). I guess I don't see the
parallel, sorry.
"" and undef are the only two values that could be used as something special,
since everything else is a possible literal end of line marker.
I guess so. That issue hasn't stopped the use of escape sequences in other
contexts, right?
undef as "slurp" mode makes sense, since that's more common than paragraph
mode (in my experience anyway) and being undef means a simple 'local $/;'
is enough to enable it.
Some of my colleagues are horrified that I would use slurp mode, so I guess
experiences vary widely.
That leaves "" for something else, and paragraph mode is a good choice in
my opinion, since it's a reasonably commonly wanted operation.
I trying to grasp this, but failing. Maybe after I learn more about perl it
will become clear.
Of course when references arrived a new possibility became available and
(since it's perl) was used...
References? Sorry. I keep getting deeper and deeper. Do I need to
understand 'references'?
Thanks,
Henry
(e-mail address removed) remove 'zzz'