Can not find any error with the problem

2005-07-06 Thread peace under the tree
= Dear Per GUru; I have problem with this code, which I can't run as what I expected, as I coded the register form, it run fine with the connection with MYsql database, and apache web server, however this one since nothing problem with mysql connection, it must something error inside

Erro with the program,

2005-07-06 Thread peace under the tree
Hi, guru I have a problem with my code which I can not know where the problem, and when I run it, it doesn't work as what I want... -the program is purpose for retrieve and reset password -the user have to enter the secret question and secret answer as well as login name if match with the databas

UML class convert to Perl OO

2005-06-13 Thread peace under the tree
Dear all I have problem to convert the UML's classes into Perl Object oriented, coz, I can't find a good example to do with it. Anyone know, where can I can some good example on the net. Thank you very much. -- May GOD blesses you, and your family __

Mp3 server, client connect get error

2005-03-20 Thread peace under the tree
Dear All; I had a perl soft code, that allow client to connect to the MP3 server to play mp3 songs, however, I have tried this code under win2000, but it doesn't work at all. In my Laptop, it has a directory in drive d: "D:\Steve\Mp3" that contained the mp3 files, that I going to use for client to

some error with the code

2004-11-26 Thread peace under the tree
hi, everyone I code this program but It don' t run, I don't know what the problem with it, Can anyone help? Thank you! #!/perl/bin/perl use strict; print "Enter id: "; chomp (my $id=); print match($id); sub match { my $matchID=shift; m