in reply to question about printing from database
my $iterator = Class->retrieve_all; while(my $item = $iterator->next) { print $item->some_field, "\n"; }
Update: Added newline to print.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: question about printing from database
by Thargor (Scribe) on Feb 24, 2005 at 19:53 UTC |