Thanks for that. I'm really new to perl and i'm only beginning to get my head around it.
How do i use your example within a script?
I've got this code and i would like to have the results of the stripping held within my recline
my $csvfile = "example.csv"
open(DAT, $csvfile) || die("count not open file!");
my @recline= <DAT>;
close(DAT);
Main Topics
Browse All Topics





by: ghostdog74Posted on 2009-08-09 at 18:48:00ID: 25056737
this is simple task and you should have tried to give it a shot.
Select allOpen in new window