Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Joining two files on common field

by ch1 (Novice)
on Sep 23, 2005 at 04:53 UTC ( [id://494394]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Joining two files on common field
in thread Joining two files on common field

I don't know how to check which version of SQL::Statement I'm using?
  • Comment on Re^4: Joining two files on common field

Replies are listed 'Best First'.
Re^5: Joining two files on common field
by jZed (Prior) on Sep 23, 2005 at 05:10 UTC
    There are several ways.

    At a command prompt (DOS prompt, etc.) type this:

    perl -MSQL::Statement -e "print $SQL::Statement::VERSION"

    Or write a small script like this:

    use SQL::Statement; print $SQL::Statement::VERSION;

    The code you showed should definitely work in any SQL::Statement newer than three or four years old (I should know, I am it's author). So you may be best off to just reinstall it and get a new version. If you keep having problems, post here, don't give up. Good luck!
      perl -MSQL::Statement -e "print $SQL::Statement::VERSION"
      returns nothing.

      The version I'm currently using appears to be written by Jochen Wiedmann. I'll try loading the currently module.
      Thanks for the help.

Log In?
Username:
Password:

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

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

    No recent polls found