Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Building a Mojolicious app with PAR::Packer

by Anonymous Monk
on Feb 25, 2011 at 11:31 UTC ( [id://890161]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use autodie qw' system ';
    for my $opts ( "", "-n -x", "-x", "-c" ){
    ...
    pp -v 99 -o use-mojo-n_-x.exe  use-mojo.pl  -n -x   >log-use-mojo-n_-x
    +.exe.txt  2>&1
    pp -v 99 -o use-mojo-x.exe  use-mojo.pl  -x   >log-use-mojo-x.exe.txt 
    + 2>&1
    pp -v 99 -o use-mojo-c.exe  use-mojo.pl  -c   >log-use-mojo-c.exe.txt 
    + 2>&1
    
  2. or download this
    script: No such file or directory at Mojo/Home.pm line 25
  3. or download this
      # Environment variable
      if ($ENV{MOJO_HOME}) {
    ...
        return $self;
      }
    
  4. or download this
    require Mojolicious::Lite;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://890161]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 05:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found