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;
        };