in reply to Re^4: Joining two files on common field
in thread Joining two files on common field
At a command prompt (DOS prompt, etc.) type this:
perl -MSQL::Statement -e "print $SQL::Statement::VERSION"
Or write a small script like this:
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!use SQL::Statement; print $SQL::Statement::VERSION;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Joining two files on common field
by Anonymous Monk on Sep 23, 2005 at 20:25 UTC |