On Fri, Jun 29, 2007 at 04:33:46PM +0100, Richard Jones wrote:
> Form (search): Can't find form config search.fb in: 
> /home/raj/www/apps/MyApp/root/forms, yet search.fb is most definitely 
> present in /home/raj/www/apps/MyApp/root/forms. All root sub-dir files 
> set to 0644 permissions, with user/group set to same as other web files. 
> What gives?

Do you know about the secret -m option to perldoc?  -m is what give
the real manual.

perldoc -m Template::Provider and page down until you something handy:

    # _template_content($path)
    #
    # Fetches content pointed to by $path.

Then you can do:[1]

    warn "Hey, TT is looking for [$path]\n";


which might give you a lead.


[1]

$ cat ~/bin/mvim
#!/bin/sh
sudo vim `perldoc -l "$1"`


-- 
Bill Moseley
[EMAIL PROTECTED]


_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to