Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Modules as executable scripts?

by RonW (Parson)
on Mar 16, 2017 at 21:16 UTC ( #1184932=note: print w/replies, xml ) Need Help??


in reply to Re: Modules as executable scripts?
in thread Modules as executable scripts?

use requires that the module's files have a ".pm" extension.

Replies are listed 'Best First'.
Re^3: Modules as executable scripts?
by gerases (Sexton) on Mar 21, 2017 at 19:14 UTC
    It's true about "use", but "require" doesn't. And that could be the ticket for making modulinos less weird on the command line.

      True, but then it's "weird" to use from a program or other module:

      BEGIN { require "Modulino.pl"; Modulino::import; }

      instead of the usual:

      use Modulino;

      I think it's better to put up with the weirdness in the modulino than forcing weirdness into programs and other modules that try to use the modulino.

      It's true about "use", but "require" doesn't. And that could be the ticket for making modulinos less weird on the command line

      Hi

      modulinos are golf, which is a game, a gimmick, and not a feature to be used for work,

      so say no modulinos , an evil gimmick )

      If a user can be bothered to create a  symlink. I.e., /bin/something -> path_to_pm

      Then the user can be bothered to create

      cat>/bin/something use TheModule; TheModule::BinSomething( @ARGV );

      Its literally no effort at all to accomplish, esp if bin/something is created by the module installation software

      The only thing modulinos can accomplish is to substitute 1 symlink for 1 regular file -- what a ridiculous goal to write extra code for

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2023-03-20 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?