NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SQL sequence? (Score:1)
Re:SQL sequence? (Score:1)
The fact that it uses a database for storage, doesn't mean that it can only be used in a database context. You can count things, that's it.
It's meant as a (drop in) replacement of File::CounterFile. My module gives you an (well, almost) identical API, but the storage is centralised. That means you can access the same counter from multiple hosts (provided your database is configured to allow that, of course).
Reply to This
Parent