|
|
| No such thing as a small change | |
| PerlMonks |
RE: Re: output record seperator!by mdillon (Priest) |
| on Aug 27, 2000 at 12:57 UTC ( #29880=note: print w/ replies, xml ) | Need Help?? |
|
actually, $\ is set to undef by default. perhaps vnpandey's code is using a module that sets $\ before it is printed. i ran the following on my system and it showed me that $\ hadn't yet been set: perl -e "print '$\ undefined', $/ unless defined $\;"outputs (for me): $\ undefined
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||