[Catalyst] noob tutorial help

Brian Wolf brw314 at gmail.com
Thu May 12 08:04:00 GMT 2011


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/Manua=
l/Tutorial/02_CatalystBasics.pod>and
specifically it says to add " sub hello :Global {

        my ( $self, $c ) =3D @_;

        $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 <
sreekanth.kocharlakota at gmail.com> 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 <brw314 at gmail.com> 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: Catalyst at lists.scsys.co.uk
>> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
>> Searchable archive:
>> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
>> Dev site: http://dev.catalyst.perl.org/
>>
>>
>
>
> --
> Thanks and Regards,
> Sreekanth Kocharlakota
> *M: 224.433.3277*
>
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110512/659f1=
90e/attachment.htm


More information about the Catalyst mailing list