# Load value into Main template, # but I cant get the results to display on the template. # $c->render( # template => 'main', # ); # this is the tag in the template $c->stash( result => ' This is the result for testing' ); # I also return json from the sql query results, which it was called from ajax # and it works fine. return $c->render(json => $data );