- or download this
S_No S_Name Acc_Num Total_Amount
1 Larry 1521 18000
- or download this
#!/usr/bin/perl -w
use strict;
use warnings;
...
print $columns[$column_number] ,"\n";
}
close $FILE;
- or download this
Use of uninitialized value in print at another.pl line 15, <$FILE> lin
+e 11.