- or download this
#!/usr/bin/perl
use Mojolicious::Lite;
- or download this
> pp -o use-mojo.exe use-mojo.pl
> use-mojo.exe
...
BEGIN failed--compilation aborted at Mojolicious/Lite.pm line 2.
Compilation failed in require at script/use-mojo.pl line 3.
BEGIN failed--compilation aborted at script/use-mojo.pl line 3.
- or download this
> pp -M Mojolicious -o use-mojo.exe use-mojo.pl
> use-mojo.exe
...
BEGIN failed--compilation aborted at Mojolicious/Lite.pm line 2.
Compilation failed in require at script/use-mojo.pl line 3.
BEGIN failed--compilation aborted at script/use-mojo.pl line 3.
- or download this
> perl -MMojolicious -MMojo -le "print $INC{'Mojolicious.pm'}; print $
+INC{'Mojo.pm'}"
C:/strawberry/perl/site/lib/Mojolicious.pm
C:/strawberry/perl/site/lib/Mojo.pm
...
BEGIN failed--compilation aborted at Mojolicious/Lite.pm line 2.
Compilation failed in require at script/use-mojo.pl line 3.
BEGIN failed--compilation aborted at script/use-mojo.pl line 3.
- or download this
pp ^
-I . ^
-I C:\strawberry\perl\site\lib ^
...
-M Mojo::URL ^
-M Mojo::Util ^
-o use-mojo.exe use-mojo.pl
- or download this
> use-mojo.exe
script: No such file or directory at Mojo/Home.pm line 25
BEGIN failed--compilation aborted at script/use-mojo.pl line 3.