Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Need help with arrays and CSVs

by ww (Archbishop)
on Dec 26, 2007 at 20:35 UTC ( [id://659113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:/perl/bin
    use warnings;
    use strict;
    ...
    } 
    
    close FILE;
    
  2. or download this
    for my $field(@printerstat) {
       print "$field\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found