in reply to Re: Problem in OUTPUT_FIELD_SEPARATOR
in thread Problem in OUTPUT_FIELD_SEPARATOR

Thank you for your replies. But I have one more question is "For What reason Variable Interpolation is not working in second print statement in my code".

Regards,
Velusamy R.

  • Comment on Re^2: Problem in OUTPUT_FIELD_SEPARATOR

Replies are listed 'Best First'.
Re^3: Problem in OUTPUT_FIELD_SEPARATOR
by sh1tn (Priest) on Aug 27, 2005 at 11:49 UTC
    Is working the it is supposed to work - perlvar:
    "$, The output field separator for the print operator.
    Ordinarily the print operator simply prints out its arguments without further adornment."
    .
    ... print "\nArray Elements within Double Quotes :\n", @files; ... output: Array Elements within Double Quotes : apple ball cat