Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: Problem when - use strict and -w

by Anonymous Monk
on Jul 15, 2009 at 10:43 UTC ( [id://780248]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Problem when - use strict and -w
in thread Problem when - use strict and -w

perlintro
$csv->print( "Olah:","\t", $number++, $row->[2]... );

Replies are listed 'Best First'.
Re^6: Problem when - use strict and -w
by GertMT (Hermit) on Jul 15, 2009 at 12:04 UTC
    Worked it out..
    while ( my $row = $csv_in->getline($fh_in) ) { # $row->[2]=100; # just fooling around $fh_out->print( "Olah:", $number++, "\t", $row->[2], "\t", $row->[3], "\t", " 2 x 3 = +", $row->[2] * $row->[3], "\n" # @$row[2,5,3,0,4], # all unchanged columns unchanged ); }
    Getting there slowly

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 15:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found