- or download this
Each column is separated by one or more white space. so my code should
+ look something like this,
- or download this
$ENV{HOME}='C:\Documents and Settings\kompeS\Desktop\PERL SCRIPTS';
- or download this
open (FILE,"$file");
close(FILE);
- or download this
tie (@data,'Tie::File',$file, mode=>O_RDWR) or die "Can't tie to $file
+:$^E\n";
- or download this
@list=split(/ /,@data);