delete a character in a file

2002-03-08 Thread zaka rias
i have text file like this : -> - my name is foo foo is my name so im foo -- my question are : 1. I want insert words "foo is me" between line 1 and line 2 (between "my name is foo" and "foo is my name"), how to do it ? 2. i want append a word "and im fool

lock file, flock or what?

2002-02-27 Thread zaka rias
i wanna know what is perl command to lock a file, honestly i dont understand what is that mean with lock a file, im on linux, if i want to lock my file, i'll just need to set up permission, so...maybe anyone give me an example code for lock/flock command? thanks a lot zaka -- To unsubsc

source code

2001-12-12 Thread zaka rias
hi anyone have simple web browser script (of course with perl) like lynix ? thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

submit in shell/text mode

2001-12-10 Thread zaka rias
i got a html file like this : == #!/usr/bin/perl print

accessing yahoo mail through text mode/shell

2001-11-28 Thread zaka rias
i have a script like this : == $name='sciensez'; $pass='blu635'; $serv='mail.yahoo.com'; $subj='Subject: Daily loggin report'; use Mail::POP3Client; $client = new Mail::POP3Client($name, $pass, $serv); $thestate = $client->State; if

mail through shell/bash/dos mode

2001-11-26 Thread zaka rias
i want to make a program that check my email (let's say yahoo) password through bash/shell/terminal emulator/text mode, and the output is only "your pass is ok" or "password error", i know how to do iy through perl-cgi/html, i just make a form, and click submit button, but in terminal emulati

ascii and binary

2001-11-25 Thread zaka rias
hi... i know how to convert from (and to) binary, hex, decimal, now my question is... how to convert alphabet to binary? let's say i want convert A to binary, the first step is finding value of A = 65, and then convert 65 to binary, 65 = 32 x 2 + 1 32 = 16 x 2 + 0 16 = 8 x 2 + 0 8 = 4 x 2 + 0

web and cookies

2001-11-19 Thread zaka rias
i got a script in my web like this : $a=$ENV{REMOTE_ADDR}' open(infi, ">>iplog.txt">; print infi "$a \n"; close infi; ... another process that script i put in main.html if some users come into my site, that script will catch the user ip and wri

pass list generator

2001-08-05 Thread zaka rias
any one has pass list generator source code? alphabet only? thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

pass list generator

2001-08-05 Thread zaka rias
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]