in reply to Re^3: Help wiht mojolicious
in thread Help with mojolicious

Sorry about that I would have put errors but there weren't many descriptive things/errors to put. It was more I was just lost on where to go and trying random things after spending a couple of hours reading through perl docs I am still pretty new to perl. Thanks everyone for the help shortly after posting this I figured out the dependency on my own. That was one problem the other was I needed to add

use lib '.'; use Moblo::Schema;

In a file file in the right directory that was the other