Help for this page

Select Code to Download


  1. or download this
    sub result4 {
                        
                        my ($args) = @_;
    ...
                    }
                    
                    }
    
  2. or download this
    package webapp;
    use Dancer2;
    use Op;
    ...
        template result4 => { title => 'webapp', result4 => $r2 }
    };
    true;