Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: top ten things every Perl hacker should know (link)

by tirwhan (Abbot)
on Mar 16, 2006 at 21:54 UTC ( [id://537298]=note: print w/replies, xml ) Need Help??


in reply to Re^4: top ten things every Perl hacker should know (link)
in thread top ten things every Perl hacker should know

Yes, I would put the whatever.pl file in the bin directory, and almost precisely for the reason you give against it :-). This makes it possible for me to use whatever.pl directly in a script or system if I want that particular implementation. If you want to place a wrapper around it or reimplement it as "whatever", then that's fine, go ahead and I'll still be using the specific implementation I wrote my script against (and of course, if you're the admin there's nothing stopping you from linking whatever.pl to whatever, thereby forcing me to use the new implementation). Normal users will use whatever anyway and thus benefit from implementation changes directly.

Yes this can be abused, but it provides maximum flexibility. Polite requests over shotguns and all that.


All dogma is stupid.

Replies are listed 'Best First'.
Re^6: top ten things every Perl hacker should know (link)
by tye (Sage) on Mar 16, 2006 at 23:48 UTC

    If there is a need to support multiple versions, then I support multiple version, each regardless of what it happens to be implemented in. Only supporting multiple versions when changing the language that something is implemented in seems of very limited value. So I find not publishing the *.pl name to be both more flexible and less confusing.

    - tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-26 04:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found