Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [xpert] category list: Edit Log

Here is the list of edits for this post
Re: [xpert] category list
Code:
my @cats = $DB->table('Category')->select( 'Name' )->fetchall_list;
my $i = 0;

for (@cats) {
print sprintf("%.3d", ++$i) . " $_\n";
}

Last edited by:

Paul: Jul 2, 2002, 12:47 PM

Edit Log: