Hi thanks for your reply...the link was very help ful....
also I feel that it is an hash of array of hashes.....
User Profile
Collapse
-
what kind of data sturcture is this ?
I have a the following code snippet :
Code:foreach my $table (keys %config::db_columns) { my $select_stmt = 'select ' . lc(join(',', @{$config::db_columns{$table}})); $select_stmt .= " from $table"; if ($table eq 'employeeview') { $select_stmt .= ' where present=1'; } my %db_data = undef; $sth = $dbh->prepare("$select_stmt"); if ($sth->execute)
-
how do i sort in a descending order using perl Sort::External Module
Hi ,
Code:use Sort::External; $output = '1.txt'; open(FILE, $output); my $sortex = Sort::External->new( mem_threshold => 1024**2 * 1024 ); while (<FILE>) { $sortex->feed($_); # tried to change it to ~$_ but did not work !!!!! } use Fcntl; $sortex->finish( outfile => 'desc_Sorted_04323697_pbragg02@sprintpcs.com_.txt',
No activity results to display
Show More
Leave a comment: