At 01:54 PM 11/21/01 +0800, Leon wrote: >I know of the following :- > >$" = '|interpolation-seperator|'; >$, = '|seperator|'; >$\ = '\n endOfLine'; >my @a = qw (hi how are you); >print "@a\n"; > >My question is what is this called ==> $/
$INPUT_RECORD_SEPARATOR $RS $/ The input record separator, newline by default. This influences Perl's idea of what a "line" is. >and where can I do some reading on $/ . perldoc perlvar -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]