Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: perl threads and perl versions

by markseger (Beadle)
on Feb 14, 2011 at 16:28 UTC ( [id://888025]=note: print w/replies, xml ) Need Help??


in reply to Re: perl threads and perl versions
in thread perl threads and perl versions

aha! the system with the problem is running threads 1.07 and the one that works is 1.81! So should I just assume the problem IS with the threads version? Of course the challenge is which version fixed the problem. any clues on that one? -mark

Replies are listed 'Best First'.
Re^3: perl threads and perl versions
by BrowserUk (Patriarch) on Feb 14, 2011 at 17:31 UTC
    Of course the challenge is which version fixed the problem. any clues on that one?

    The "problem" is that you are trying to use functions that were not a part of the module at that time.

    Any version after 1.59 will not give the error you posted. But I strongly advise going for the latest version available when you upgrade.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
      excellent, and I do agree with your comments about going with the latest. only problem is I can't control what people run on their boxes when they run my code nor can I easily dictate. -mark
        I can't control what people run on their boxes when they run my code nor can I easily dictate.

        Fair enough, but you could use threads 1.67; or whatever version has all the features/fixes you are dependant upon.


        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

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

    No recent polls found