Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Thank you everyone for your responses. Since it turns out I don't greatly care about the non-latest package versions, I'll be weeding these out as I build the hash, resulting in a scan through the full data just one time, rather than for each lookup. I'll be using the application name as the key, and the latest version as the value, so I end up with with this:

%apps = ( gcc => '3.3.1', gzip => '1.2.4a', make => '3.79.1', );

Then I can check defined($apps{gcc}) to see if gcc is installed, and $apps{gcc} to get the latest version. Thanks saintmike for guiding me down that path.

As for determining which version is the latest in any given case, in the 150 applications in my full list, cmp works in almost every case. I handle the remaining 5 or 6 packages by exception, but I'll be looking into the Versions module that Cody Pendant suggested to try to reduce the number of exceptions. Thanks again!



tektsu
kiku wa ittoki no haji kikanu wa matsudai no haji

In reply to Re: Finding the latest available version of a program by tektsu
in thread Finding the latest available version of a program by tektsu

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found