Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Help with Try::Tiny and Catalyst::Authentication::Realm::Progressive (local $@)

by tye (Sage)
on Dec 13, 2011 at 07:42 UTC ( [id://943272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                my $ok = eval {
                    $c->authenticate(
    ...
    [...]
    # 
    # undef
    
  2. or download this
        my $res;
        my $ok= eval {
            $res= $c->...;
            1;
        };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943272]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found