Re: Perl / Html

2004-10-21 Thread Charlene Gentle
Hi Thanx for the reply. I have a perl script that does things but I need to make it work on a html form. 1. User enter a word 2. Word get send to the perl script 3. Perl script gets an answer 4. Perl return answer to html 5. Html display answer under the typed in word (on the same page) Thanx

Perl / Html / cgi / php /

2004-10-21 Thread Charlene Gentle
Hi I would like to know what is the best method and how to use it. I have a html page with a question. The user submit the question. I want the answer to be sent to a perl script that test it for stuff, and the the perl script must send the result back to the html. The html must display the

Re Finding file

2004-10-07 Thread Charlene Gentle
Hi This is what I'm using to find the file. .I still can't delete the file or replace it with the file I created. Help pls Thanx se strict; use File::Find; use CGI qw(:standard); my $query = param("Toetsss"); undef $/; find( sub { return if($_ =~ /^\./); return unless($_ =~ /Toetsss.txt

Finding a file

2004-10-07 Thread Charlene Gentle
Hi First : I want to find the file Normal.dot on any computer (the users names differ) How can I find the file in any tree or directory. Second : I want to delete the normal.dot and replace it with the normal.dot that I made. Help will be appreciated Thanx

Finding a file

2004-10-07 Thread Charlene Gentle
Hi First : I want to find the file Normal.dot on any computer (the users names differ) How can I find the file in any tree or directory. Second : I want to delete the normal.dot and replace it with the normal.dot that I made. Help will be appreciated Thanx

re: Progress.......

2004-07-01 Thread Charlene Gentle
Hi Thanx for all your help. With the time diffrence I only get the reply's in the moring. Thanx a lot for the group's help. Charlene On Wed, 30 Jun 2004 08:12:00 +0200, [EMAIL PROTECTED] (Charlene Gentle) wrote: >Thanx for the help Zentara. Here are a part of my code. I k

Set value

2004-06-30 Thread Charlene Gentle
Hi I have the next problem. The person push a button for , how do I get 'n popup windows with three values. $opt_t, $opt_v,$opt_c. It has to open a fle with that criteria, and have to create a file to save errors to with that criteria. It is for the usage that they have set. exsample of val

Re: Progress.....

2004-06-30 Thread Charlene Gentle
Hi Thanx for the help Zentara. Here are a part of my code. I know that I'm doning stuff the long way so if anyone could show me a shorter way it will be helpfull. I wanted to put the sub's that I call into one but how? The progress "meter" have to show that it is still busy scanning the file,

Progress.....

2004-06-29 Thread Charlene Gentle
Hi My program works thru long lists of word. How can I show the user that it is still busy and when it is done. Is there a progressmeter that I can insert into the while loop. To have a perl/tk interface for the user. Thanx Me Charlene Gentle E-pos/E-mail: [EMAIL PROTECTED] Hierdie

Show the program is busy

2004-06-28 Thread Charlene Gentle
Hi Is there a pop-up or other screen so that u can show the program that u are running is still busy. Thanx

How to call a perl script....

2004-06-24 Thread Charlene Gentle
Hi How do you call 'n perl script from within a perl script and return to the scripts again. Thanx -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

checkbuttons

2004-06-21 Thread Charlene Gentle
Hi YES I know the code is really bad.but How can I create a group of checkbuttons, that will act independand but call the same sub. Something like : $bs[1] = $opbtFrm->Checkbutton(-text=>"Spasie",-background=>'gray',-padx=>10, -offvalue => 0,-onvalue => 1,-variable => {\$cb_value

Strings??? Sub???

2004-06-20 Thread Charlene Gentle
Hi I need a example of how to receive a string (after someone entered a name for a txt file into a tk-box). It has to do the following : 1. Send the string to a sub 2. The sub should save the txt file for later use. 3. The file should show in a message box that it has been saved. 1. If I use a