Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "authorize" via package "Net::OAuth2::Clien
    +t" at C:/Users/50000001/Documents/Perl/myorg-Perl/webapp/bin/../lib/w
    +ebapp.pm line 29.
    C:/Users/500000001/Documents/Perl/myorg-Perl/webapp/bin/../lib/webapp.
    +pm around line 29
    24    
    ...
    30    template 'query2' => { 'title' => 'webapp' };
    32    
    33    };
    
  2. or download this
    package webapp;
    use Dancer2;
    use Op;
    ...
        template result2 => { title => 'webapp', result2 => $r2 }
    };
    true;