Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: What technical benfits perl offers over python + few more questions.

by ikegami (Patriarch)
on Nov 15, 2021 at 16:11 UTC ( [id://11138839]=note: print w/replies, xml ) Need Help??


in reply to Re^2: What technical benfits perl offers over python + few more questions.
in thread What technical benfits perl offers over python + few more questions.

Which is good for "code reuse"

Doing

package Modulino; sub main { } caller() ? 1 : main;
perl "$( perldoc -lm Modulino )"
is not better for code reuse over the traditional
package Modulino; sub main { } 1
perl -MModulino -emain

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found