kfr wrote:
Anyone know how to capture the UUID from a request?  I've been looking all
over the place and cant seem to find any reference to it anywhere ...

You mean, you want to generate one? in mod_perl2/apr it'd be:


use APR::UUID:
my $uuid = APR::UUID->new->format;

or from the command line (assuming that you are using the latest cvs):

perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to