Script expiring

2001-12-21 Thread Wagner Garcia Campagner
Hi, I have a scheduled task that generate a script each 10 minutes The problem is the following: When i access this script via browser it is ok... but when the task runs, it apear in the screen that the script produced no output... So i have to reload it... is there a way to avoid it??? Th

auto-submit question again....

2001-12-13 Thread Wagner Garcia Campagner
ct to the selected script but sending some variables too i can't do that i'm thinking about it for days and can't find a solution. Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problems with gd.pm

2001-12-12 Thread Wagner Garcia Campagner
Hi, I'm trying to compile a script that is using gd.pm. But it seems that this library is not installed in my activestate version (5.6.1.629). Is there a way for me to use this script with this version of activestate or use another library? Thanks in advance, Wagner -- To unsubscribe, e

RE: encrypt Pass

2001-12-06 Thread Wagner Garcia Campagner
Hi Christo, you can use MD5 or Sha-1 read the documentation on the topic: Digest Thanks, Wagner. -Original Message- From: Christo Rademeyer [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 6 de dezembro de 2001 13:04 To: [EMAIL PROTECTED] Subject: encrypt Pass Hi how must I go to encry

variables using blank spaces

2001-12-04 Thread Wagner Garcia Campagner
in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

deleting a file

2001-11-23 Thread Wagner Garcia Campagner
Hi, Sorry for the stupid question, but i didn't find in the FAQ. What is the sintax to delete a file??? Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

file permissions

2001-11-22 Thread Wagner Garcia Campagner
o success... Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

file permissions

2001-11-20 Thread Wagner Garcia Campagner
but i got no success... Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

testing for special caracters...

2001-11-19 Thread Wagner Garcia Campagner
Hi, I'm trying to test a variable for special caracters... but i'm not having success... I'm doing: if ($var =~ \w) { .. } But it doesn't work. Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Remove a specific line from a file

2001-11-14 Thread Wagner Garcia Campagner
ce, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

End of File

2001-11-08 Thread Wagner Garcia Campagner
line with the word "wagner" it become a infinte looping The while statement should be: while (($linhas !~/$username/) || EOF); But how is the correct sintax for EOF? Thanks in advance, Wagner Garcia Campagner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Auto Submit

2001-10-16 Thread Wagner Garcia Campagner
Hi, I have a weird question and i don't know if it is possible to be done, but... let's try. I have a login page and then i send the user and the password to another script that analyse this information. What i want to do in this script is the following: If the user is not user1 or user2 i wil

RE: security in perl

2001-10-11 Thread Wagner Garcia Campagner
o use md5 or sha-1 to solve it. Thank again, Wagner. -Original Message- From: Brent Michalski [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 1:22 PM To: Wagner Garcia Campagner Cc: [EMAIL PROTECTED] Subject: Re: security in perl Please forgive the formatting of this message, I a

security in perl

2001-10-10 Thread Wagner Garcia Campagner
Hi,I have three web pages, for example: login.html, page1.pl and page2.pl...In the first page i send the username and the password to the page1.pl through FORM POST METHOD:USER:PASSWORD:So i get this in page1.pl as follos:$name = param('username');$pass = param('passwd');if (($name eq 'gest'

formating variables again...

2001-10-01 Thread Wagner Garcia Campagner
Hi, I have a variable $var = 34.5678 If I printf ("%.2f", $var); Then $var = 34.56 Is there a way for me to format $var to became 34,56 instead of 34.56 ??? Thanks, Wagner. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

formating variables again...

2001-10-01 Thread Wagner Garcia Campagner
Hi, I have a variable $var = 34.5678 If I printf ("%.2f", $var); Then $var = 34.56 Is there a way for me to format $var to became 34,56 instead of 34.56 ??? Thanks, Wagner. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]