Oracle DBD TO_DATE not working.

2005-10-16 Thread Matthew Dougerty
I am having trouble using date operations in Oracle via DBI. The following code fails to return any results. $selectStatement.=SELECT s.NETWORK_NAME as NETWORK_NAME,; $selectStatement.= TO_CHAR(s.OUTAGE_START,'MM/DD/ HH24:MI:SS') as OUTAGE_START,; $selectStatement.=

ppm

2005-10-16 Thread Gupta, Razat
Hi Everyone, I have installed ActiveStatePerl 5.6.1 in my Solaris box. I want to confirm one thing : is it possible to install any module of perl using ppm available in Active Perl. For windows ,I am sure it is possible.But I am not sure for Solaris. Can any one clarify this thing.