current callback bug?

2006-06-26 Thread john doe
So I want to register a method to be run during the cleanup phase.  After the content phase I'm in the logging phase and I do the following:$r->register_cleanup(sub { $self->process_queue(); });Inside process_queue method I print out what phase I'm in using r->current_callback(), it "claims" I'm in

"End of file found"

2006-06-26 Thread Javier Gracia Tabuenca
hi. I have a problem whit upload files. I have the last version for this packages: CGI 3.20 libapreq2 2.07 HTML::Mason 1.32 and I use a simple code in mason for upload: <%args> $fitxer => undef <% $content %> <%init> my $content = ''; if($fitxer){ use Ap