Using modules

2000-07-09 Thread Srinidhi Rao S
Hi all,   I have a small problem. I have a package which is not situated in perl\lib folder. It has a different path. I have some problems in copying this to library folder. Can I use the package from the present position without copying to the library folder?? How do tell the perl compiler

Re: Microsoft SQL 7.0 interface

2000-05-28 Thread Srinidhi Rao S
HI, I had the same problem while working on my project. I used use MSSQL::DBlib module to get data from MSSQL Server 7.0. I think you can find this in CPAN download site. Hope this helps you srini. -Original Message- From: Wang, Pin-Chieh <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]'

NET::SMTP

2000-05-05 Thread Srinidhi Rao S
Hi all     Where do I get the win32 version of  NET::SMTP module??? TIA RegardsSrinidhi RaoRobosoft TechnologiesE-mail: [EMAIL PROTECTED]www.robosoftin.com  

Re: Problem with deleting uploaded files

2000-05-04 Thread Srinidhi Rao S
. Hope you help me out TIA srini. -Original Message- From: Ken Y. Clark <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, May 05, 2000 1:42 AM Subject: Re: Problem with deleting uploaded files >On Thu, 4 May 2000, Srinidhi Rao S wrote: > >&g

Problem with deleting uploaded files

2000-05-04 Thread Srinidhi Rao S
Hi all,     Here I have a problem. I used CGI module to upload a file. But the problem is that the temp file created by CGI module is not getting deleted even after execution finished. It simply getting heaped in temp directory eating memory. Can anyone please give me a way through this???

Upload file

2000-05-03 Thread Srinidhi Rao S
Hi all, I am new to perl programming. I am working in a project where I need to upload some files in a web interface.  I used HTML file upload object with POST method. My question how do I receve the uploded file on the server side.  Is there is any module o call in PERL to do this job