Subject: | Error in Catalyst::Manual::Tutorial::01_Intro |
The page says to enter this command in SSH:
$ perl scripts/myapp_server
That's wrong on 2 counts: The directory name is 'script', not 'scripts'
and 'myapp_server' should be 'myapp_server.pl'.