RE: assembly codes inside perl?

2004-06-23 Thread Mark Harris
I've seen improvements on this scale by replacing Perl code with C. I had a dynamic-programming string comparison algorithm, which compares all the subsequences of a short string against a longer one. It creates an array of size approximately 500x20, and reuses the same array every time to avoid

RE: DBI Question

2004-01-30 Thread Mark Harris
Hi Ashish, If you get the results using a hash reference rather than just an array of values then you can: (not tested...) my $row = $stmt->fetchrow_hashref(); # returns a reference to a hash indexed by column name foreach my $column (keys %{$row}) { print "$column: " . $results->{$column} .

BrowseForFolder problems

2002-04-11 Thread Mark Harris
dal dialog closes. Does anyone know how to keep the MainWindow updated while the dialog is open? Thanks, Mark Harris This message contains confidential and potentially legally privileged information solely for its intended recipients and others may not distribute, copy or use it. If you have rec