Function for HTML code

2003-03-13 Thread Khalid . Naji
Hello, which function could I use to transform characters such as '' into code for HTML. Any think like: $string='ab'; Func($string) return ('agt;b') Thank you KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to resolve properly exception

2003-02-14 Thread Khalid . Naji
Hi, How can I write exception with Perl ? Any thing like this: If (Application generate Error) { message_html('Error ') } Thanks KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

execute the extern

2003-01-15 Thread Khalid . Naji
Hi, is there any way to execute the following script without using a file myfile.txt. I have tested with a variable @X whith the same content as myfile.txt ($command='prog @X' but dont work correctlly. Thanks for any suggestion KN #!/usr/local/bin/perl use IPC::Open3; my ($commande); $commande

How can I switch to a Window like using the combination ALT+TAB.

2003-01-14 Thread Khalid . Naji
Hi, I ame using a script, when I click on the button button1 it generate a window Search Window1 like Google and when I click a second time on the button1 it generate the Search window1 as a new session (evry session will be killed only after x seconds). I want to write a Perl script that test