http://search.cpan.org/~bobtfish/Catalyst-Manual-5.8007/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod
<http://search.cpan.org/~bobtfish/Catalyst-Manual-5.8007/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod>and specifically it says to add " sub hello :Global { my ( $self, $c ) = @_; $c->response->body("Hello, World!"); } to root.pm file. I added it, as my root.pm file is seen at : https://gist.github.com/967962 thanks On Thu, May 12, 2011 at 12:51 AM, Sreekanth K < [email protected]> wrote: > Can you point the link to the tutorial that are looking into ? > > -Sreekanth > > On Thu, May 12, 2011 at 12:03 AM, Brian Wolf <[email protected]> wrote: > >> hi, i am trying out the latest catalyst (installed runtime,and devel) , i >> am working through the tutorial , but example at the beginning to add the >> hello to root.pm, the catalyst page is fine on and >> http://localhost:3000/ works, but when i tried making the edit to >> root.pm file as shown in tutorial to do a simple url dispatch >> http://localhost:3000/ hello .... page not found >> >> _______________________________________________ >> List: [email protected] >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst >> Searchable archive: >> http://www.mail-archive.com/[email protected]/ >> Dev site: http://dev.catalyst.perl.org/ >> >> > > > -- > Thanks and Regards, > Sreekanth Kocharlakota > *M: 224.433.3277* > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: > http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > >
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
