The backslash escapes the character following it.

Oh, that's right. Sorry.

Using scalar() there is redundant as the expression is already in scalar
context.  Also using "scalar(@split_home) - 1" will not work correctly if the
value of $[ has been changed.

What exactly *is* $[? It has been confusing me for some time.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to