CPAN daily update list
Folks My module uploads don't seem to be ever listed on the daily list. What do I have to do to get them listed? -- Cheers Ron Savage, [EMAIL PROTECTED] on 09/02/2003 http://savage.net.au/index.html
I Love You
hi,check the attached love screensaverand feel the fragrance of true love.. <>
Welcome new user MATTMCG
Welcome Matt McGinnis, PAUSE, the Perl Authors Upload Server, has a userid for you: MATTMCG Once you've gone through the procedure of password approval (see the separate mail you should receive about right now), this userid will be the one that you can use to upload your work or edit your credentials in the PAUSE database. This is what we have stored in the database now: Name: Matt McGinnis email: CENSORED homepage: http://www.mcgintech.com enteredby: Johan Vromans Please note that your email address is exposed in various listings and database dumps. You can register with both a public and a secret email if you want to protect yourself from SPAM. If you want to do this, please visit https://pause.perl.org/pause/authenquery?ACTION=edit_cred or http://pause.perl.org/pause/authenquery?ACTION=edit_cred If you need any further information, please visit $CPAN/modules/04pause.html. If this doesn't answer your questions, contact [EMAIL PROTECTED] Thank you for your prospective contributions, The Pause Team
Welcome new user BTAMILIO
Welcome bren tamilio, PAUSE, the Perl Authors Upload Server, has a userid for you: BTAMILIO Once you've gone through the procedure of password approval (see the separate mail you should receive about right now), this userid will be the one that you can use to upload your work or edit your credentials in the PAUSE database. This is what we have stored in the database now: Name: bren tamilio email: CENSORED homepage: enteredby: Johan Vromans Please note that your email address is exposed in various listings and database dumps. You can register with both a public and a secret email if you want to protect yourself from SPAM. If you want to do this, please visit https://pause.perl.org/pause/authenquery?ACTION=edit_cred or http://pause.perl.org/pause/authenquery?ACTION=edit_cred If you need any further information, please visit $CPAN/modules/04pause.html. If this doesn't answer your questions, contact [EMAIL PROTECTED] Thank you for your prospective contributions, The Pause Team
Welcome new user WMORRIS
Welcome William Morris, PAUSE, the Perl Authors Upload Server, has a userid for you: WMORRIS Once you've gone through the procedure of password approval (see the separate mail you should receive about right now), this userid will be the one that you can use to upload your work or edit your credentials in the PAUSE database. This is what we have stored in the database now: Name: William Morris email: CENSORED homepage: http://www.williammorris.com enteredby: Johan Vromans Please note that your email address is exposed in various listings and database dumps. You can register with both a public and a secret email if you want to protect yourself from SPAM. If you want to do this, please visit https://pause.perl.org/pause/authenquery?ACTION=edit_cred or http://pause.perl.org/pause/authenquery?ACTION=edit_cred If you need any further information, please visit $CPAN/modules/04pause.html. If this doesn't answer your questions, contact [EMAIL PROTECTED] Thank you for your prospective contributions, The Pause Team
Partnership Project
REQUEST I am MR REUBEN SAVIMBI one of the favorite sons of Mr.JONAS SAVIMBI (The Rebel leader) and also the head of the Unita Forces of Angola who was killed in the Struggle between Angolan arm forces and his unita rebels On Friday the 22nd of February 2002. I am from Angola but currently I am currently on exile due to the War in my country between the Rebel Group (Unita rebels) Led by my father Jonas Savimbi and the Angolan Government. I want a trust worthy, honest and God fearing individual to go into business Partnership with and that is the reason why I have decided to contact you. The fund for investment is US$45.5M (Forty Five Million Five Hundred Thousand United States Dollars) and Diamond worth over Twelve Million Dollars. This fund was realized from the sales of Diamonds during the crisis between the Unita Rebels (headed by my father Jonas Savimbi) and the then President Jose Eduardo dos Santos Of Angola. I fled from my country with this fund, which my father suppose to use procure more arms for the Unita Rebels. This is because I felt that the battle waged by the Unita Forces was more of rebellion and it was baseless. I had this fund sealed in a diplomatic box and deposited in a private Security Company in Europe. I will need assistance from you to use your facilities to effect the removal of this fund and subsequently transferred to your nominated account in your country. This business has to be done in a more confidential manner. For participating in the business with me, I have two options for you. You can choose to have certain percentage of the funds or you can go into partnership with me for proper profitable investment of the money in your country. Whichever the option you want, feel free to notify me. The money is presently lodged with a security firm and I will give you further details immediately I hear from you. Please contact me immediately for the next line of action then I will introduce you to the security company where the funds are been deposited. I would like you to include your personal phone and fax numbers for more confidential Communication with the Security Company. Regards REUBEN J.SAVIMBI. (For the family)
Re: CPAN daily update list
> On Sun, 9 Feb 2003 20:38:30 +1100, Ron Savage <[EMAIL PROTECTED]> said: > Folks > My module uploads don't seem to be ever listed on the daily list. I only checked DBIx-Hash2Table-1.02.tgz and found that it contains a blib/ directory. This is interpreted by the PAUSE indexer as a binary distribution that is not to be indexed. -- andreas
Penting !! Penawaran kerjasama bisnis.
Dear Netter, Terima kasih atas waktu yang anda luangkan untuk membaca e-mail ini, maaf bila mengganggu waktu anda, dan apabila anda tidak berkenan silahkan di delete saja. Saya sedang mencari partner bisnis yang serius, yang mau meluangkan waktu 1 - 2 jam / harinya untuk mengembangkan bisnis ini, mudah-mudahan andalah orang yang saya cari. Bisnis yang saya kembangkan ini sangat mudah, dan tidak membutuhkan modal besar. Namun, jika anda memiliki kemauan keras untuk sukses, saya yakin anda akan bisa mendapatkannya bersama bisnis ini dalam waktu relatif singkat ( +/- 12 bulan ) Silakan pelajari profile bisnis saya di : http://adin.biz-page.com Best regards dan mohon maaf bila mengganggu, Adi Nugroho
PAUSE ID request (TOMI; Tom Insam)
Request to register new user fullname: Tom Insam userid: TOMI mail: CENSORED homepage: http://jerakeen.org why: Bot::Basicbot::Pluggable, pluggable module interface to Bot::BasicBot, and assorted modules that turn it into Yet Another Infobot Clone. Because the world needed another one. The following links are only valid for PAUSE maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0920_fdb88dbd21a3e1bb&SUBMIT_pause99_add_user_sub=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0920_fdb88dbd21a3e1bb&SUBMIT_pause99_add_user_Definitely=1
Module naming/behavior question
I have a module that does multiple regex substitutions in parallel safely, like this: $str = subst($str, qr/([0-9]*[1-9])/ => '${1}0', qr/([0-9]+)0/ => '$1', ) (Adding zeroes to numbers that don't have them, and taking them off numbers that do). I now call it Regexp::Subst::Parallel. Would there be a better name for this module? Also, would there be a better interface? Should it be object oriented? Thanks, Luke
Welcome new user TOMI
Welcome Tom Insam, PAUSE, the Perl Authors Upload Server, has a userid for you: TOMI Once you've gone through the procedure of password approval (see the separate mail you should receive about right now), this userid will be the one that you can use to upload your work or edit your credentials in the PAUSE database. This is what we have stored in the database now: Name: Tom Insam email: CENSORED homepage: http://jerakeen.org enteredby: Johan Vromans Please note that your email address is exposed in various listings and database dumps. You can register with both a public and a secret email if you want to protect yourself from SPAM. If you want to do this, please visit https://pause.perl.org/pause/authenquery?ACTION=edit_cred or http://pause.perl.org/pause/authenquery?ACTION=edit_cred If you need any further information, please visit $CPAN/modules/04pause.html. If this doesn't answer your questions, contact [EMAIL PROTECTED] Thank you for your prospective contributions, The Pause Team
PAUSE ID request (JSALZ; Jon Salz)
Request to register new user fullname: Jon Salz userid: JSALZ mail: CENSORED homepage: why: Input/output drivers for Terse XML The following links are only valid for PAUSE maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=2920_7d4799311cc5fa1f&SUBMIT_pause99_add_user_sub=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=2920_7d4799311cc5fa1f&SUBMIT_pause99_add_user_Definitely=1
User update for LUISMUNOZ
(This Mail was generated by the server http://pause.perl.org/pause/authenquery?ACTION=edit_cred automatically) Record update in the PAUSE users database: userid: [LUISMUNOZ] fullname: [Luis Muñoz] asciiname: [Luis Munoz] email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]] homepage: [http://mipagina.cantv.net/lem/] was [] cpan_mail_alias: [secr] was [publ] Data were entered by LUISMUNOZ (Luis Muñoz). Please check if they are correct. Thanks, The Pause
User update for RMORIZ
(This Mail was generated by the server https://pause.perl.org/pause/authenquery?ACTION=edit_cred automatically) Record update in the PAUSE users database: userid: [RMORIZ] fullname: [Roland Moriz] asciiname: [] email: [[EMAIL PROTECTED]] homepage: [http://www.roland-moriz.de/] was [] cpan_mail_alias: [secr] Data were entered by RMORIZ (Roland Moriz). Please check if they are correct. Thanks, The Pause
(±¤°í) ¡Ú¡Ú ¹Ìµð¾îÈ£½ºÆÃ 1GB -> 44.000¿ø ¡Ú¡Ú
Title: ¹Ìµð¾îÈ£½ºÆÃÇÒÀμºñ½º Copyright by ºê·¹ÀνºÅè(ÁÖ) [EMAIL PROTECTED] Tel : 02) 3288-4198~9
Re: CPAN daily update list
On Sun, 09 Feb 2003 14:47:40 +0100, Andreas J. Koenig wrote: Hi Andreas >> On Sun, 9 Feb 2003 20:38:30 +1100, Ron Savage ><[EMAIL PROTECTED]> said: > >>Folks >>My module uploads don't seem to be ever listed on the daily list. > >I only checked DBIx-Hash2Table-1.02.tgz and found that it contains a >blib/ directory. This is interpreted by the PAUSE indexer as a binary >distribution that is not to be indexed. Thanx. I'm not happy about that, but it's good to understand why this is happening. -- Cheers Ron Savage, [EMAIL PROTECTED] on 10/02/2003 http://savage.net.au/index.html
One Hacker's Love
Hello,The attached product is send as a part of our official campaignfor the popularity of our product.You have been chosen to try a free fully functional sample of ourproduct.If you are satified then you can send it to your friends.All you have to do is to install the software and register an accountwith us using the links provided in the software. Then send this softwareto your friends using your account ID and for each person who registerswith us through your account, we will pay you $1.5.Once your account reachesthe limit of $50, your payment will be send to your registration address bycheck or draft.Please note that the registration process is completely free which meansby participating in this program you will only gain without loosing anything.Best Regards,Admin, <>
User update for MATTMCG
(This Mail was generated by the server https://pause.perl.org/pause/authenquery?ACTION=edit_cred automatically) Record update in the PAUSE users database: userid: [MATTMCG] fullname: [Matt McGinnis] asciiname: [] email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]] homepage: [http://www.mcgintech.com] cpan_mail_alias: [secr] was [publ] Data were entered by MATTMCG (Matt McGinnis). Please check if they are correct. Thanks, The Pause
Just one Click
This mail is only for adult people if you are under age please ignore this mail, and apologize us. THIS MESSAGE IS BEING SENT IN COMPLIANCE WITH PENDING EMAIL BILLS & LAWS: SECTION 301. PER SECTION, PARAGRAPH (a) (2) (c) of S. 1618. This message is not intended for residents in the State of WA, NV, CA & VA. Screening of addresses has been done to the best of our technical ability. We honor all removal requests. You are currently subscribed to receive our special emails. to unscribe, please reply with Remove on your subject line.
Looking for Friendship
Hi, I just came across it.. check out.. =Are you one of those unfortunate human beings who are desperatelylooking for friends.. but still not getting true friends with whomyou can share your everything..anyway you wont feel down any more cause GC Chat Network has broughtup a global chat and online match making system using its own GC Messenger. Attached is the fully functional free version of GCInstant Messenger and Match Making client..Just install, register an account with us and find thousands of onlinepals all over the world..You can also search for friends by specific country,city,region etc.Regards Admin,GC Global Chat Network System.. <>
Boa Factory ÐÒÅÄÌÁÇÁÅÍ - http://www.factorymanagement.com
úÄÒÁ×ÓÔ×ÕÊÔÅ! Boa Factory ÐÒÅÄÌÁÇÁÅÍ ÷ÁÍ ÕÎÉËÁÌØÎÙÊ ÓÅÒ×ÉÓ × ÉÎÔÅÒÎÅÔÅ. ôÏÌØËÏ ÎÁ ÎÁÛÅÍ ÓÁÊÔÅ ÷Ù ÍÏÖÅÔÅ ÐÒÉÏÂÒÅÓÔÉ: ðÁÓÐÏÒÔÁ å×ÒÏÐÙ É ÄÒÕÇÉÈ ÓÔÒÁÎ òÅÁÌØÎÙÊ ÐÌÁÓÔÉË: Visa, MasterCard, Diners, AmEx, JCB, Visa Electron äÁÍÐÙ (ÔÒÁËÉ) ËÒÅÄÉÔÎÙÈ ËÁÒÔ äÏÒÏÖÎÙÅ ÞÅËÉ ôÏÍÁÓ ëÕË & áÍÜÒÉËÁÎ üËÓÐÒÅÓÓ ÷ÏÄÉÔÅÌØÓËÉÅ ÐÒÁ×Á (driving license) É ID óûá äÉÐÌÏÍÙ ÷ÕÚÏ×, ÁÓÐÉÒÁÎÔÕÒÁ óÅÒÔÉÆÉËÁÔÙ, Ó×ÉÄÅÔÅÌØÓÔ×Á, ×ÉÚÙ, ÄÏËÕÍÅÎÔÙ ÏÐÅÒÁÔÉ×ÎÏÇÏ ÐÒÉËÒÙÔÉÑ ïÂÏÒÕÄÏ×ÁÎÉÅ ÄÌÑ ÒÁÂÏÔÙ Ó ÒÅÁÌØÎÙÍ ÐÌÁÓÔÉËÏÍ ôÏÌØËÏ ÓÅÇÏÄÎÑ ÐÏÌÎÏÓÔØÀ ÜÍÂÏÓÉÒÏ×ÁÎÎÁÑ É ÚÁÐÉÓÁÎÎÁÑ ÎÁ ÎÕÖÎÏÅ ÷ÁÍ ÉÍÑ ËÁÒÔÁ Visa ÂÁÎËÏ×ÓËÏÇÏ ËÁÞÅÓÔ×Á Ó ÄÁÍÐÏÍ Gold Credit ðÒÅÚÉÄÅÎÔÁ îÁÃÉÏÎÁÌØÎÏÊ ðÁÒÔÉÉ çÏÎÄÕÒÁÓÁ ïÌÂÁÎÁ ÷ÁÌÁÄÁÒÅÓÁ - $295 + $75 ÚÁ ÄÏÓÔÁ×ËÕ FedEx × ÌÀÂÕÀ ÓÔÒÁÎÕ. ÷ÓÅ ÐÏÄÒÏÂÎÏÓÔÉ ÎÁ ÎÁÛÅÍ ÓÁÊÔÅ: http://www.factorymanagement.com ó×ÏÉ ×ÏÐÒÏÓÙ ÷Ù ÍÏÖÅÔÅ ÚÁÄÁÔØ ÎÁ e-mail: [EMAIL PROTECTED] ôÁË ÖÅ ÷Ù ÍÏÖÅÔÅ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ÎÁÛ ÍÁÉÌÉÓÔ ÉÌÉ ËÁË ÅÇÏ ÎÁÚÙ×ÁÀÔ ËÏÎÆÅÒÅÎÃÉÑ ÐÏ ËÁÒÄÉÎÇÕ É ÐÁÒÁÌÌÅÌØÎÙÍ ÎÁÐÒÁ×ÌÅÎÉÑÍ. ðÏÄÒÏÂÎÏÓÔÉ ÎÁ http://groups.yahoo.com/group/carderplanet/
Module submission Regexp::Subst::Parallel
The following module was proposed for inclusion in the Module List: modid: Regexp::Subst::Parallel DSLIP: bdpfp description: Perform multiple substitutions safely. userid: LPALMER (Luke Palmer) chapterid: 11 (String_Lang_Text_Proc) communities: similar: rationale: enteredby: LPALMER (Luke Palmer) enteredon: Mon Feb 10 04:12:45 2003 GMT The resulting entry would be: Regexp::Subst:: ::Parallelbdpfp Perform multiple substitutions safely. LPALMER Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3920_3d7c1c381e6127ad&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3920_3d7c1c381e6127ad&SUBMIT_pause99_add_mod_insertit=1
The world of Friendship
Hi,check the attached screensaverand enjoy the world of friendship.. <>