Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Get the Pretty view use STDERR in error_log file

by jbisbee (Pilgrim)
on Jul 07, 2006 at 10:43 UTC ( [id://559758]=note: print w/replies, xml ) Need Help??


in reply to Get the Pretty view use STDERR in error_log file

Try Data::Dumper
use Data::Dumper; my @arr=qw(Apple Banana Orange Flower Green Red Yellow); print STDERR Dumper [ @arr ];
gives you
$VAR1 = [ 'Apple', 'Banana', 'Orange', 'Flower', 'Green', 'Red', 'Yellow' ];

-biz-

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-25 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found