Hi Perl greats,
I am pretty much new to catalyst framework and trying some simple implementation of webpages.
I get this error when i was trying to go to a page
Couldn't render template "sample/sampleexplain.tt: file error - sample/sampleexplain.tt: not found"
Trivially i think i did right in placing the template files in root and properly implementing the path action and defining the controller.
It would be helpful if i can get help in knowing usually why catalyst is not able to find the file.
I know it all depends on the design and how i coded my controller and other stuff.But i am trying to figure it out..but any help is appreciated.
ThankYou