On Thu, Mar 31, 2005 at 12:13:58PM -0500, Jason Purdy wrote: > I guess when I originally wrote it, I wanted to have it cleaner w/ > something like: > > return $self->stream_file( $file );
For consistency with other redirects in my applications, this format would be my preferred method of using the plugin vs. calling a subroutine that handles the return. Of course, I guess it wouldn't hurt to double up Mark's suggestion: return $self->return_stream( $file ); William -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
