[Catalyst] Re: How to redirect before some code excute
    Jonathan Rockway 
    jon at jrock.us
       
    Thu Oct 26 16:59:07 BST 2006
    
    
  
There's also an experimental Job Queue in svn trunk.  Basically the goal
is to allow you to do something like $c->at("now")->do { ... code ... },
but it doesn't quite work like that right now.
>> Indeed I want to run the 'while' loop in backend. 'return' would not
>> run the loop I think.
-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
    
    
More information about the Catalyst
mailing list