in reply to Re^2: SQL Server parser
in thread SQL Server parser

Ok. The author mentions the following are the functions exported by the SQLDBA::Utility

dbaReadINI()
dbaReadConfig()
dbaInSet()
dbaSetCommon()
dbaSetDiff()
dbaSetSame()
dbaRemoveDuplicates()
dbaTime2str()
dbaStr2time()
dbaTimeDiff()
dbaStringDiff()
dbaSaveRef()
dbaReadSaveRef()
dbaRunQueryADO()
dbaRunOsql()
dbaGetTree()

I am seeing the code for the functions. How do i arrive at 
the .pm file? Do i just concatenate them together or is 
there any import module? If so how do i do that?


Thanks

Replies are listed 'Best First'.
Re^4: SQL Server parser
by adhocusage (Initiate) on Dec 01, 2010 at 18:11 UTC
    Ok. I found the solution. The .pm files were present in a 
    separate folder as part of the download. It took me a while 
    to figure this one out. Don't understand why it was kept 
    separately.
    
    Thanks for those who came to my help.