On Sun, Apr 18, 2010 at 03:14:58PM -0500, David Nicol wrote:

> With the result that if you want to share an application using CPAN, the
> best way to do that is to express the application as a module and include an
> invocation script in the documentation, something like
> 
>     nohup perl -MLeoNerd::CircleIRC::app -e 'run' &

Or slightly more portably ...

  #!perl
  use LeoNerd::CircleIRC::app;
  run;

and rely on the installer to turn the #! into something with the right
path, or into a DOS batch file, or whatever.

-- 
David Cantrell | Minister for Arbitrary Justice

    Seven o'clock in the morning is something that
    happens to those less fortunate than me

Reply via email to