in reply to Re: Adding elements to an array from an array
in thread Adding elements to an array from an array

$|++ causes flushing to happen automatically on the currently selected output channel (this happens if $| is non-zero).

$/=".END\n" changes the input record separator to the string ".END\n".

See perlvar for more information.

  • Comment on Re: Re: Adding elements to an array from an array