in reply to Re^2: Mojolicious Websocket example
in thread Mojolicious Websocket example
Now I have the script working with correction that trippledubs did. Thank you very much. Still can not understand why scripts that were in the same directory were not recognized.
Why do you expect them to be recognized?
$ mojo generate app Goner [mkdir] ...goner\script [write] ...goner\script\goner [chmod] ...goner\script\goner 744 [mkdir] ...goner\lib [write] ...goner\lib\Goner.pm [mkdir] ...goner\lib\Goner\Controller [write] ...goner\lib\Goner\Controller\Example.pm [mkdir] ...goner\t [write] ...goner\t\basic.t [mkdir] ...goner\log [mkdir] ...goner\public [write] ...goner\public\index.html [mkdir] ...goner\templates\layouts [write] ...goner\templates\layouts\default.html.ep [mkdir] ...goner\templates\example [write] ...goner\templates\example\welcome.html.ep
In this example same directory might be ...goner\ or ...goner\lib\ or ...goner\script\ but neither of those are ...goner\public\
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Mojolicious Websocket example
by Anonymous Monk on Jun 20, 2015 at 18:27 UTC | |
Re^4: Mojolicious Websocket example
by rkrasowski (Sexton) on Jun 21, 2015 at 01:39 UTC | |
by Anonymous Monk on Jun 21, 2015 at 09:16 UTC | |
by rkrasowski (Sexton) on Jun 22, 2015 at 01:39 UTC |