Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
Keep It Simple, Stupid
 
PerlMonks  

Re: matrices and non-numerical values

by stevieb (Hermit)
on Apr 30, 2012 at 02:39 UTC ( #967994=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', 'list.txt' or die "Can't open list.txt: $!";
    
  2. or download this
    my ( $a, @ss ) = split ...
    
  3. or download this
    while ( my $line = <$fh> ){
        chomp $line;
        print "$line\n";
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (14)
As of 2013-05-21 07:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (429 votes), past polls