[ic] Perl embedded bounce

Kevin Walsh interchange-users@icdevgroup.org
Tue Sep 3 21:36:01 2002


> 
> What is wrong with this tag?
> 
>  $Tag->bounce({ href=>$page, if=>"1" });
> 
> I have tried countless variations and it just won't produce... No 
> errors, no nothing except a blank page on the page source that contains 
> the perl with this statement...
> 
There is no $Tag->bounce().  Try this instead:

    $Tag->tag({ op => 'header', body => <<EOB });
    Status: 302 moved
    Location: $page
    EOB

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/