Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Code style question -- code review

by hippo (Bishop)
on May 21, 2021 at 08:57 UTC ( [id://11132841]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Code style question -- code review
in thread Code style question

For using modules, the version specified is, by default, the minumum version. The same is true of perl itself, so:

use 5.010; use Text::Diff 1.40;

means that the script must be run using perl 5.10 or newer and must be able to load Text::Diff version 1.40 or newer.

See the docs for use for more detail.


🦛

Replies are listed 'Best First'.
Re^4: Code style question -- code review
by AlexP (Pilgrim) on May 22, 2021 at 09:22 UTC

    Many thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 09:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found