ANNOUNCE: Emia = cross-platform SMTP/POP3 Component/Utility for creating web-mail systems.

2001-12-29 Thread Jeremy Aiyadurai
o create a full fledged webmail application, or on a small scale with limited budget or resources. You can download Emia and read the documentation at http://www.emia.web.com . Hope you appreciate my contribution and may you apply it to something of good use. Cheers, Jeremy Aiyadurai. P.S. Ha

ANNOUNCE: new version of software (HelloMail) to be released.

2001-12-22 Thread Jeremy Aiyadurai
you more on errors. I wrote this program in java 1.3, and have compiled to an executable using Microsoft SDK for Java 4.0 (J++). I hope you will appreciate my contribution to the community. Thanks, And have a Merry Christmas Jeremy Aiyadurai. ([EMAIL PROTECTED]) ___

how do i install a win32 service via perl?

2001-09-28 Thread Jeremy Aiyadurai
hello all, thanks for all your help in the past. there is a module called win32:service, but it does not contain a method to install a service how do i go about this via perl. eg. some perl code that installs a service. Your help is appreciated. Jeremy. __

perl DBI OBDC questions

2001-06-05 Thread Jeremy Aiyadurai
hello all, thanks for your help in the past. I am new to SQL and Perl development with SQL. I just want to clarify something: is it possible to set up a cgi script that can send information to an sql database server on a "different" host? and if so, will this piece of code work for this pu

perl DBI OBDC help please

2001-06-05 Thread Jeremy Aiyadurai
hello all, thanks for your help in the past. I am new to SQL and Perl development with SQL. I just want to clarify something: is it possible to set up a cgi script that can send information to an sql database server on a "different" host? and if so, will this piece of code work for this pu

Perl2exe compilation problem...please help!!

2001-05-06 Thread Jeremy Aiyadurai
Hello all, thank you for your help in the past. I have compiled my ftp program using perl2exe, but when i run it, i get this message. the script works totally, but compiled it says i am missing a module? # D:\backup\perl stuff\project>bftp Please see the Perl2Exe user manual under "Can't loca

Perl2exe compilation problem...please help!

2001-05-06 Thread Jeremy Aiyadurai
Hello all, thank you for your help in the past. I have compiled my ftp program using perl2exe, but when i run it, i get this message. the script works totally, but compiled it says i am missing a module? # D:\backup\perl stuff\project>bftp Please see the Perl2Exe user manual under "Can't loca

MIME::Base64 nmake install problems

2001-05-05 Thread Jeremy Aiyadurai
Hello all, thank you for your help in the past I want to use www.Jeb.ca's win32::gui::bitmapinline module, but it say's i need MIME-Base64. I have activestate perl version 5.6. I get the following error on the nmake install. ## E:\productivity\perl\MIME-Base64-2.12.tar\MIME-Base64-2.12\MIME-B

win32:internet $ftp reconnect please help

2001-05-05 Thread Jeremy Aiyadurai
hello all, I am working on a reconnect feature for my ftp program if the connection times out or closes. The thing is that when i reconnect, It seems it is not connected even though i get no errors, as when i do an @myfiles = $ftp->Dir(); there are no files in the ftp root and all the other ft

Win32::GUI-program problem

2001-04-23 Thread Jeremy Aiyadurai
Hello all I can't get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou

Win32::GUI-program problem

2001-04-23 Thread Jeremy Aiyadurai
Hello all I can't get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou

Win32::GUI-program problem

2001-04-23 Thread Jeremy Aiyadurai
Hello all I can't get my script to work with the gui windows, when the gui sub routine gets called and the windows gets created, the program freezes and script does not continue I have not done win32::Gui programming before so your help is always appreciated. See the script attached. Thankyou

win32::internet question and other questions

2001-04-20 Thread Jeremy Aiyadurai
hi how do i monitor a file transfer in progress? eg. the percentage how do reprint a line in the console without doing a system('cls') which happens to clear the entire screenthis is not what i want. thanx for your time jeremy ___ Perl-Win32-U

win32::process questions Help please!

2001-04-20 Thread Jeremy Aiyadurai
hi all I was wondering if some of you are able to anwser a couple of questions regarding the win32::process module. I am creating a ftp-client, I think i will have one script for issueing ftp commands and the other script for handling tasks, such as multiple connection download etc without inte

win32::process questions

2001-04-20 Thread Jeremy Aiyadurai
hi all I was wondering if some of you are able to anwser a couple of questions regarding the win32::process module. I am creating a ftp-client, I think i will have one script for issueing ftp commands and the other script for handling tasks, such as multiple connection download etc without inte

"Bizarre SvTYPE [157]"error and perl crash when implementing fork()

2001-04-19 Thread Jeremy Aiyadurai
hi again Using a fork causes an error and the win2000 popup lets me know that perl.exe has errors, while I hear the hd swapping back and forth. if (fork == 0) { $ftp->Get($1) || &NotValidFile; exit; } I either have activeperl 5.6 (build

"Bizarre SvTYPE [157]" error when implementing fork() or Simple::proc

2001-04-19 Thread Jeremy Aiyadurai
hi, I am trying to use forks() or some form of multiprocesss, but it seems i am hitting a wall everytime I get an error that i don't understand "Bizarre SvTYPE [157] at bftpcf.pl line 256" or "Bizarre SvTYPE [157] at simple.pm line ###". this is how i am implementing forks() sub CMD($) {