Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
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??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my @arr=qw(Apple Banana Orange Flower Green Red Yellow);
    print STDERR Dumper [ @arr ];
    
  2. or download this
    $VAR1 = [
              'Apple',
    ...
              'Red',
              'Yellow'
            ];
    

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 avoiding work at the Monastery: (2)
As of 2024-04-26 05:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found