http://www.perlmonks.org?node_id=559755


in reply to Re: Get the Pretty view use STDERR in error_log file
in thread Get the Pretty view use STDERR in error_log file

Hi arkturuz,

Pretty view like "Apple Banana Orange Flower Green Red Yellow" in Single line.

I am using Apache Web Server.

  • Comment on Re^2: Get the Pretty view use STDERR in error_log file

Replies are listed 'Best First'.
Re^3: Get the Pretty view use STDERR in error_log file
by Solo (Deacon) on Jul 07, 2006 at 10:32 UTC
    print STDERR join(' ',@arr)
    should make it appear in one line in the Apache error log.

    --Solo

    --
    You said you wanted to be around when I made a mistake; well, this could be it, sweetheart.