Re: Display realtime data As it changes in the databse - TK

2003-08-18 Thread Voodoo Raja
Sorry for not posting it in the first place. Will this sub.. chew memory if I run it a number of times.. or does it overwrite it. sub read { print "\nreading data"; $db = DBI->connect("DBI:mysql:$dbase:$hostname", $username, $password); $query = $db->prepare("SELECT * FROM cash where f1 = '1002'

Unix style to move and write two level up

2003-07-20 Thread Voodoo Raja
Hi all I am wandering if there is a way to specify my cgi script to=20 write a file in a directory which is two level up.. curently I am able to write to images folder which is located in My = /cgi-bin/images. instead I would like to move two level up and write to the Root where = the cgi-bin is

Dump Html file as output from CGI script

2003-07-09 Thread Voodoo Raja
Greetings to all that is Perl Is it possible to specify using a cgi script to read and output a Pure HTML file as output.. so that it can process the form data.. and return a specific html file output to be returned at the browser end.. Thanks Sam

Simplest way to send mail from CGI script

2003-07-02 Thread Voodoo Raja
Greetings list does anyone have the script which uses the minimal LIB or modules to send an email to the administrator.. I already have got cgiemail running.. but I want to customize it .. and it wont let me!.. So I decided to look at other options where they all have there own requirements..

Dump Html file as output from CGI script

2003-07-01 Thread Voodoo Raja
Greetings to all that is Perl Is it possible to specify using a cgi script to read and output a Pure HTML file as output.. so that it can process the form data.. and return a specific html file output to be returned at the browser end.. Thanks Sam

Running two CGI script with one Submit Button?

2003-06-30 Thread Voodoo Raja
Hi there.. I waz wondering ... is possible to run two CGI script at the after a user presses only one action/submit button on the html page. example would be appreciated.. Best regards Sam -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Always on Top.. TK

2003-06-27 Thread Voodoo Raja
Hi all.. Just a quick one.. Is it possible to force my TK application to on top of all the windows that are present on the screen.. or rather set the window to be always visible ... best regards Sam _ STOP MORE SPAM with the new M

There is virus attached : Re: Age Of Empires - Cheats

2003-06-09 Thread Voodoo Raja
Hi all.. just to get you updated .. I recieved a email: I bet the mailing list@ perl.org.. is down the drain with bubear... Please be careful on this.. It has already cost me my network.. Regards Sam From: alan <[EMAIL PROTECTED]> Subject: Age Of Empires - Cheats Date: 9 Jun 2003 01:02:18 -0700

Flush Everything

2003-06-05 Thread Voodoo Raja
Hi there I have got a script running.. Its ment to repeat a particular sub routine using the "after" syntax All i want to do is clear everything in buffer ... since it eats up the memory I do not need any varaibles which I have defined in the sub. there are more then enough to init manually

Re: (Is this normal) www.techieindex.com

2003-03-13 Thread Voodoo Raja
hey Gues what there is no perl on www.techieindex.com and If it does then I guess there should be a survey for that site.. asap. coz i was just not able to locate perl stuff on that site. expecting a reply thanx Sam From: "Perl" <[EMAIL PROTECTED]> To: "Voodoo Ra

Tk grab flaws (Is this normal)

2003-03-05 Thread Voodoo Raja
I find it pretty strange that after I hit a button from the main window the grab is released and passed on to the next sub routine.. stepping a value to or rather changing a value.. after I em done with that sub .. I again call grab on the top level window and there it it goes with the grab ..

Capture Proccess ID's under win32 (findwin.exe)

2003-03-03 Thread Voodoo Raja
From: "Voodoo Raja" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Capture Proccess ID's under win32 (findwin.exe) Date: Tue, 04 Mar 2003 09:15:56 +1200 does anyone have the findwin.exe module where I can capture the proccess id for a specific program. Or an

Capture Proccess ID's under win32 (findwin.exe)

2003-03-03 Thread Voodoo Raja
does anyone have the findwin.exe module where I can capture the proccess id for a specific program. Or any other which one has similar capabilities Thanks Sam _ The new MSN 8: advanced junk mail protection and 2 months FREE* http

Disabling ALT+CTRL+DEL in win32

2003-03-02 Thread Voodoo Raja
I would like to disable the ALT+CTRL+DEL when I run my perl TK application.. any piece of code will be appreciated. Thanks Sam _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus --

Calling a win32 script from within perl & fetching the output

2002-11-04 Thread Voodoo Raja
Hi all I will be glad if you can help me.. all I need is to execute a win32 script on a workstation on a LAN and fetch the output using perl my current set of resources includes : a win32 exe : a main.pl I em able to this very same thing on a local machine . ie I can get the output after call

calling a win32 script from within perl & fetching the output

2002-11-04 Thread Voodoo Raja
Hi I will be glad if you can help me.. all I need is to execute a win32 script on a workstation on a LAN and fetch the output using perl my current set of resources includes : a win32 exe : a main.pl I em able to this very dame thing on a local machine . ie I can get the output after calling

Internet Explorer Session Count *Windows 98*

2002-10-23 Thread Voodoo Raja
I am doing a POS for a Internet cafe' with 60 workstations . I would like to sync the POS to check for active IExplorer windows over the LAN through the MFC or the registry... I em pretty sure that it does store a session count in the registry.. but could not get to the right key after 2 week of