
7stud
Enthusiast
Jan 20, 2013, 11:52 PM
Views: 2240
|
Re: [peacengell] Hi any help please
|
|
|
When i run it : You were supposed to insert that code in the appropriate place in your code:
while (<STDIN>) { chomp; ######## my @pieces = split /\t/; for (@pieces) { say; } say '*' x 20; ######## #my $year = (split /\t/)[3]; #$years{$year}++; }
(This post was edited by 7stud on Jan 20, 2013, 11:52 PM)
|