Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Building a Mojolicious app with PAR::Packer

by Hue-Bond (Priest)
on Feb 25, 2011 at 08:27 UTC ( [id://890146]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use Mojolicious::Lite;
    
  2. 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.
    
  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.
    
  4. 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.
    
  5. or download this
    pp ^
      -I . ^
      -I C:\strawberry\perl\site\lib ^
    ...
      -M Mojo::URL ^
      -M Mojo::Util ^
      -o use-mojo.exe use-mojo.pl
    
  6. 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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://890146]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-18 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found