Uri update for F/FL/FLUFFY/Class-MethodMaker-1.04.tar.gz

2002-01-31 Thread Perl Authors Upload Server

Record update in the PAUSE uploads database:

   uriid: [F/FL/FLUFFY/Class-MethodMaker-1.04.tar.gz]
 uri: [/home/martyn/archive/Class-MethodMaker-1.04.tar.gz] was 
[Class-MethodMaker-1.04.tar.gz]

Data entered by Martyn J. Pearce (FLUFFY).
Please check if they are correct.

The Pause



Module submission Log::Info

2002-01-31 Thread Perl Authors Upload Server


The following module was proposed for inclusion in the Module List:

  modid:   Log::Info
  DSLIP:   Rdpfp
  description: Single interface for log output
  userid:  FLUFFY (Martyn J. Pearce)
  chapterid:   21 (File_Handle_Input_Output)
  communities:

  similar:

  rationale:

Log seems to be the clear choice for the top level The next down is
a bit of guesswork, but Log::Logger is taken

The module is intended to provide a single, highly customizable
interface for all logging porpoises; in particular, all modules can
use this, independently, and the calling script can set the output
levels. The point is to remove the necessity for interaction between
script & module, which no other Log module I could find achieves.

  enteredby:   FLUFFY (Martyn J. Pearce)
  enteredon:   Thu Jan 31 11:32:36 2002 GMT

The resulting entry would be:

Log::
::InfoRdpfp Single interface for log output  FLUFFY


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=8500_0b95ab10d4b909a4&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=8500_0b95ab10d4b909a4&SUBMIT_pause99_add_mod_insertit=1



Module update for Class::MethodMaker

2002-01-31 Thread Perl Authors Upload Server

Record update in the PAUSE modules database:

   modid: [Class::MethodMaker]
   statd: [M]
   stats: [d]
   statl: [p]
   stati: [O]
   statp: [p] was [?]
 description: [Create generic class methods]
  userid: [FLUFFY]
   chapterid: [ 6]
mlstatus: [list]

Data entered by Martyn J. Pearce (FLUFFY).
Please check if they are correct.

The Pause



User update for NEVES

2002-01-31 Thread Perl Authors Upload Server

(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: [NEVES]
   fullname: [Marco Neves]
  asciiname: []
  email: [[EMAIL PROTECTED]]
   homepage: [http://www.code.online.pt] was []
cpan_mail_alias: [publ]


Data were entered by NEVES (Marco Neves).
Please check if they are correct.

Thanks,
The Pause



Re: Need some namespace

2002-01-31 Thread Chris Nandor

At 00:52 -0500 2002.01.31, Dan Sugalski wrote:
>I'm writing modules to interface to Cocoa on OS X. I'm unsure as to
>whether I should be working with Foundation:: and Cocoa::, or
>OS_X::Foundation and OS_X::Cocoa. (I'd prefer the former pair, but
>space under OS_X or OSX would be OK.

I would prefer Mac::Cocoa::.  There is already a plan for a Mac::Carbon.

-- 
Chris Nandor  [EMAIL PROTECTED]http://pudge.net/
Open Source Development Network[EMAIL PROTECTED] http://osdn.com/



Mail::Extremail

2002-01-31 Thread Ernest Lergon

Hi!

Please register me:

name:  Ernest Lergon
mailto:[EMAIL PROTECTED]
home:  http://www.virtualitas.net/perl/
id:LERGON

descr:

Please tell me, if it's ok to use the namespace

Mail::Extremail

for a module providing an OO interface to the mail server eXtremail.

It is the base for a Webmin module for eXtremail.

The eXtremail server can be managed through telnet connection by a rough
command line interface.

The Extremail object will provide methods for each command with checks
etc., processing all commands hidden using Net::Telnet.

The scripts for Webmin - to be published there - will call those methods
and provide all needed input fields etc. But I planned Mail::Extremail
so, that it can be used standalone in other applications.

I'm already registered at Webmin on their wishlist and started to work.

Xanx!

Ernest


links:

http://www.extremail.com
http://www.webmin.com
http://www.coastnet.com/~ken/webmin/wish.html



Lingua::Spelling::Alternative namespace [Was: Re: PAUSE access request]

2002-01-31 Thread Dobrica Pavlinusic

On Mon, Jan 28, 2002 at 04:40:34PM -0800, William R Ward wrote:
> The following message is a courtesy copy of an article
> that has been posted to perl.modules as well.
> 
> [EMAIL PROTECTED] (Dobrica Pavlinusic) writes:
> > My name is Dobrica Pavlinusic and I would like to contribute module which
> > reads ispell affix file and returns all alternative spellings of a word.
> > 
> > Here is info for PAUSE:
> > name:   Dobrica Pavlinusic
> > e-mail: [EMAIL PROTECTED]
> > URL:http://www.rot13.org/~dpavlin/
> > preferred user-ID: DPAVLIN
> > 
> > Logical namespace is Text::Ispell::Affix. However, I don't like Text::Ispell
> > dependency on ispell binary, and I would like to be able to use just my
> > module (without rest of Ispell). That leads to Text::Affix namespace, but
> > I will take suggesions to move is to some other namespace if that is more
> > appropriate (Lingua::Affix also comes to mind).
> 
> Some other ideas you might consider:
> 
> First off, I don't think "Affix" is widely-enough known to be easily
> recognized.  I think you need something in there to indicate it's
> about spelling.  How about:
> 
> Text::Spelling::Affix
> Lingua::Spelling::Affix
> Lingua::Spelling::Alternative::Affix
> 
> Does your module also create or modify the affix file as well?  Is
> your module written so that it depends on that file's format, or might
> it be able to be extended easily to support other alternative-spelling
> file formats?
> 
> Assuming the existence of a hypothetical "abc" and "xyz" file format
> for alternative spelling, you could have a whole hierarchy of modules:
> 
> *::Spelling::Alternative# the engine that does the work
> *::Spelling::Alternative::affix # subclass that knows affix file fmt
> *::Spelling::Alternative::abc   # subclass that knows abc file fmt
> *::Spelling::Alternative::xyz   # subclass that knows xyz file fmt
> 
> (Substitute "Text", "Lingua", or whatever is finally chosen for "*")

That is a great idea, especially since module will also be able to
read files produced by findaffix utility before it is converted to
proper affix file (which has limitation of 26 entries).

Sould I cc: this message to somewhere and is there "official" way to
request Lingua::Spelling::Alternative namespace?

-- 
Dobrica Pavlinusic   2share!2flame[EMAIL PROTECTED]
Unix addict. Internet consultant. http://www.rot13.org/~dpavlin



Re: Need some namespace

2002-01-31 Thread Dan Sugalski

At 8:00 AM -0500 1/31/02, Chris Nandor wrote:
>At 00:52 -0500 2002.01.31, Dan Sugalski wrote:
>>I'm writing modules to interface to Cocoa on OS X. I'm unsure as to
>>whether I should be working with Foundation:: and Cocoa::, or
>>OS_X::Foundation and OS_X::Cocoa. (I'd prefer the former pair, but
>>space under OS_X or OSX would be OK.
>
>I would prefer Mac::Cocoa::.  There is already a plan for a Mac::Carbon.

Mac::Carbon could potentially run on OS 9, while the Cocoa module 
couldn't. If you don't think that's a problem, I'll go with it. (I 
don't much care, I just need to call it something...)
-- 
 Dan

--"it's like this"---
Dan Sugalski  even samurai
[EMAIL PROTECTED] have teddy bears and even
   teddy bears get drunk



Module submission Authen::SASL

2002-01-31 Thread Perl Authors Upload Server


The following module was proposed for inclusion in the Module List:

  modid:   Authen::SASL
  DSLIP:   RmpOp
  description: SASL authentication framework
  userid:  GBARR (Graham Barr)
  chapterid:   14 (Security_and_Encryption)
  communities:
perl-ldap mailing list

  similar:

  rationale:

This module has been around for a while, but never registered.

It has recently been changed to be more of a framework then just a
perl implementation of SASL and has now been split into its own
distribution, instead of being in the perl-ldap distribution.

  enteredby:   GBARR (Graham Barr)
  enteredon:   Thu Jan 31 17:05:14 2002 GMT

The resulting entry would be:

Authen::
::SASLRmpOp SASL authentication frameworkGBARR


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=a500_13857569797babe5&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=a500_13857569797babe5&SUBMIT_pause99_add_mod_insertit=1



Module submission Time::SZTime

2002-01-31 Thread Perl Authors Upload Server


The following module was proposed for inclusion in the Module List:

  modid:   Time::SZTime
  DSLIP:   Rdpfr
  description: Returns SZTime pure or as Logarithm
  userid:  SJSZ (Sebastian Schwarz)
  chapterid:   23 (Miscellaneous_Modules)
  communities:
IRC @ OpenProjects.net Chan: #KI

  similar:
Time::HiRes

  rationale:

SZTime is Milliseconds since 01.01.1986

Very nice for precise timestamping.

As alternative name i would use Time::SZ

  enteredby:   SJSZ (Sebastian Schwarz)
  enteredon:   Thu Jan 31 17:05:08 2002 GMT

The resulting entry would be:

Time::
::SZTime  Rdpfr Returns SZTime pure or as Logarithm  SJSZ


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=9500_e7e28ea3da5ce7a8&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=9500_e7e28ea3da5ce7a8&SUBMIT_pause99_add_mod_insertit=1



Re: Need some namespace

2002-01-31 Thread Chris Nandor

At 11:42 -0500 2002.01.31, Dan Sugalski wrote:
>Mac::Carbon could potentially run on OS 9, while the Cocoa module
>couldn't. If you don't think that's a problem, I'll go with it. (I
>don't much care, I just need to call it something...)

Right, but it is for Mac.  I'd also recommend something for Windows XP go
under Win32::.  Anyone else with thoughts?

-- 
Chris Nandor  [EMAIL PROTECTED]http://pudge.net/
Open Source Development Network[EMAIL PROTECTED] http://osdn.com/



Re: Need some namespace

2002-01-31 Thread Dan Sugalski

At 12:15 PM -0500 1/31/02, Chris Nandor wrote:
>At 11:42 -0500 2002.01.31, Dan Sugalski wrote:
>>Mac::Carbon could potentially run on OS 9, while the Cocoa module
>>couldn't. If you don't think that's a problem, I'll go with it. (I
>>don't much care, I just need to call it something...)
>
>Right, but it is for Mac.  I'd also recommend something for Windows XP go
>under Win32::.  Anyone else with thoughts?

Well, I'm sold. Mac::Foundation and Mac::Cocoa. Off to code...

-- 
 Dan

--"it's like this"---
Dan Sugalski  even samurai
[EMAIL PROTECTED] have teddy bears and even
   teddy bears get drunk



$B?7<}1W%b%G%k;v6HDs7H$N$40FFb(B

2002-01-31 Thread ai-katho
$BFMA3$N%a!<%k$G<:NiCW$7$^$9!#(B
$B=i$a$^$7$F!"%U%)!<%5%$%I!&%I%C%H!&%3%`!R(Bhttp://www.for-side.com$B!S$N(B
$B2OF#!!0&$H?=$7$^$9!#(B
$B1?1D$J$5$C$F$$$k%[!<%`%Z!<%8$rGR8+$7$F%a!<%k$5$;$F$$$?$@$-$^$7$?!#(B

$B;d$I$b$O(Bi$B%b!<%I$G8x<0%3%s%F%s%D$rDs6!$7$F$$$k2qhttp://www.for-side.com/fgwp/index.html$B!K!I$O!"(BYahoo!$B!"(B
nifty$B!"KbK!$N(Bi$B$i$s$I!"%9%?!<%S!<%A$J$I$GF3F~D:$$$F$*$j!"(B
$B8=:_(B2,000$B%5%$%H0J>e$G$4MxMQD:$$$F$*$j$^$9!#(B

For-side$B!&%2!<%H%&%'%$!&%W%m%0%i%`$O!"%5%$%H>e$K(B
$B8x<0%3%s%F%s%D$N%a%K%e!<%Z!<%8$X$N%j%s%/%?%0$rE=$C$F$$$?$@$+(B
$B$b$7$/$O!"%a!<%k%^%,%8%s$J$I$GB%?J$7$FD:$$$/;v$K$h$C$F(B
$B1?1D$J$5$C$F$$$k%5%$%H$+$iK,$l$?%f!<%6!<$,(B
$B8x<0%3%s%F%s%D$KEPO?$5$l$^$7$?$i!"$=$N@.2L$K1~$8$F(B
$B%$%s%;%s%F%#%V!J>R2pNA!K$r$*;YJ'$$$9$k;EAH$_$H$J$C$F$*$j$^$9!#(B

$B$3$N%W%m%0%i%`$r$4MxMQ$$$?$@$/>e$G!"HqMQ$O0l@Z$+$+$j$^$;$s!#(B
$BEPO?e$GM6F3?t!&EPO?R2p$7$F$*$j$^$9$N$G!"%f!<%6!<$X$b0B?4$7$F$*4+$a$7$F$$$?$@$1$^$9$7!"(B
$B%5%$%H$r3hMQ$7$?%S%8%M%9$H$7$F$b8z2LE*$J%b%G%k$H$J$C$F$*$j$^$9!#(B

$B>\$7$/$O!"$3$A$i$N(BFor-side$B!&%2!<%H%&%'%$!&%W%m%0%i%`$N(BWeb$B%5%$%H$+$i(B
$B$43NG'$/$@$5$$!#(B
http://www.for-side.com/fgwp/index.html
$B$^$?!">e5-$N%5%$%H$+$i(BFor-side$B!&%2!<%H%&%'%$!&%W%m%0%i%`$X$NEPO??=@A$b(B
$Be$2$^$9!#(B

$BFMA3$N%a!<%k!"@?$K<:Ni$$$?$7$^$7$?!#(B
$B$4ITL@$JE@!"$4/$K4X$o$i$:!"(B
$B$*5$7Z$K$*Ld$$9g$o$;2<$5$$!#(B

$B2?B459$7$/$*4j$$?=$7>e$2$^$9!#(B


+
$B2OF#!!0&!J%+%H%&!!%"%$!K(B
$B3t<02q?7=I#8(B-$B#5(B-$B#1(B
$BLnB?7=I6&F1%S%k#4#F(B
TEL$B!!(B: 03-5337-1300$B!JBe!K!!(B Fax : 03-5337-1301
E-Mail  [EMAIL PROTECTED]
URL  http://www.for-side.com/
+


registration

2002-01-31 Thread Gyepi SAM

name: Gyepi Sam
email: [EMAIL PROTECTED]
homepage: http://www.praxis-sw.com
id: gyepi
planning to contribute: various modules: immediate ones are QIF.pm (parse
and process QIF format files), ftpparse (perl frontend to DJ Bernstein's
ftpparse library, Apache::RequestStats (This name can and probably will
change. A module to emit various statistics about requests as they are
handled). In general, I will contribute useful modules that don't already
exist and which I happen to write.


-- 
Oh, I have now a mania for shortness. Whatever I read - my own or other people's
works - it all seems to me not short enough.
--Anton Chekhov  



CASAS DE MADEIRA COM PREÇOS PROMOCIONAIS !!!!!

2002-01-31 Thread Vizoni



Caro Internauta...
 
 
VOCÊ NÃO PODE PERDER ESTA
OPORTUNIDADE!
 

Promoção de Carnaval -
Válida ate 28/02/2002
 
Desconto de 15% no Kit Madeiramento e Kit Acabamento para
todos os nossos modelos de casa.
 
Viste nosso site
www.vizonicasademadeira.com.br , veja
nossos projetos e consulte-nos sobre formas de pagamento e
financiamentos.
 
 
Atenciosamente
 
Departamento
Comercial
Vizoni - Casas de
Madeira
www.vizonicasademadeira.com.br
[EMAIL PROTECTED]
 





CASAS DE MADEIRA COM PREÇOS PROMOCIONAIS !!!!!

2002-01-31 Thread Vizoni



Caro Internauta...
 
 
VOCÊ NÃO PODE PERDER ESTA
OPORTUNIDADE!
 

Promoção de Carnaval -
Válida ate 28/02/2002
 
Desconto de 15% no Kit Madeiramento e Kit Acabamento para
todos os nossos modelos de casa.
 
Viste nosso site
www.vizonicasademadeira.com.br , veja
nossos projetos e consulte-nos sobre formas de pagamento e
financiamentos.
 
 
Atenciosamente
 
Departamento
Comercial
Vizoni - Casas de
Madeira
www.vizonicasademadeira.com.br
[EMAIL PROTECTED]
 





[±¤°í] ½ÇÁ÷ÀÚ ¹«·áIT±³À°

2002-01-31 Thread ITÀü¹®Çб³
Title: ::: The 2002 1/4 IT Specialist Course :::









































¢Æ ±¹³» ÃÖ°íÀÇ CIW ±¹Á¦°øÀÎ Àü¹®°¡µéÀÌ Àü¼öÇÏ´Â »ý»ýÇÑ ½Ç¹« ±³À°
¢Æ ½Ç¹« Process¸¦ ÃѸÁ¶óÇÏ¿© ü°èÀûÀ¸·Î Á¢±Ù
¢Æ ´Ù¾çÇÑ Case Study¿Í ÇöÀå ½Ç½À µîÀ» ÅëÇÑ ½Ç¿ëÀû ÇнÀ üÁ¦
¢Æ 6°³¿ù °£ÀÇ Àü¹®°¡ ¾ç¼º±³À° 










³ëµ¿ºÎ
Áö¿øÀÇ °íÇз ¹ÌÃë¾÷ÀÚ ´ë»óÀÇ ½Ç¹«À§ÁÖ ±³À°















¢ÂÀÎÅÍ³Ý ºñÁö´Ï½º ÇÁ·Î±×·¡¹Ö ±³À° °úÁ¤
Æ÷Åä¼¥,µå¸²À§¹ö,JSP,ASP/MS-SQL,WIN NT¼­¹ö±¸Ãà,CIW BASIC/ADVANCE,CIW INTERNET,NETWORKING,LINUX,ÀÚ¹Ù½ºÅ©¸³Æ®,JAVA,C¾ð¾î,ÀÏ·¯½ºÆ®,¿î¿µÃ¼°è,ÀÎÅͳÝ/³×Æ®¿öÅ©°³·Ð,WIN98È°¿ë,Ç÷¡½¬,HTML/DHTML













1. ±³À°±â°£
¢ÂÀÎÅÍ³Ý ºñÁö´Ï½º ÇÁ·Î±×·¡¹Ö ±³À° °úÁ¤
- 2002³â 2¿ù 18ÀÏ(¿ù) ~ 2003³â 2¿ù 17ÀÏ(¿ù) (1³â)
- ¿ù, È­, ¼ö, ¸ñ, ±Ý 09:00 ~ 17:00 (ÃÑ 2008½Ã°£)

2. ±³À°Àå¼Ò
°­ºÏITÀü¹®Çб³ (1È£¼± ½Å¼³µ¿¿ª 3¹øÃⱸ / µµº¸ 2ºÐ°Å¸®)

3. ¸ðÁýÀοø ¹× ´ë»ó
- ¸ðÁýÀοø : 30¸í (¼±Âø¼ø ¸¶°¨)
- ±³À°´ë»ó : °íÁ¹ ¹× ´ëÁ¹ ¹ÌÃë¾÷ÀÚ ¿ì¼± ¼±¹ß, ´Ü °í¿ëº¸Çè °¡ÀÔÀÚ¿¡ ÇÑÇÔ

4. ±³À°ºñ
- ¹«·á, ÀϺΠ°³ÀÎ º»ÀÎ ºÎ´ã±Ý ÀÖÀ½
- ¸Å´Þ 10¸¸¿ø °¡·®ÀÇ ÈƷüö´ç Áö±Þ
  
5. ½Åû¹æ¹ý
- ¿ø¼­±³ºÎ ¹× Á¢¼öó : °­ºÏITÀü¹®Çб³ ±³À°»ç¾÷ÆÀ 
- Tel : 02) 922-3445 ´ã´çÀÚ : ¹®Âù¼ö
- Fax : 02) 922-3446
- E-mail : [EMAIL PROTECTED]
- Á¦Ãâ¼­·ù : Âü°¡¿ø¼­ (¼ÒÁ¤¾ç½Ä), »çÁø 3¸Å,Áֹεî·Ïµîº»2Åë,ÅëÀå»çº»

 












¢Æ ¼ö·áÈÄ Àü¿ø Ãë¾÷Ãßõ
¢Æ °­ºÏITÀü¹®Çб³ ¼ö·áÁõ ¼ö¿©
¢Æ ȨÆäÀÌÁö¿¡ ÀÚ°ÝÃëµæÀÚ ¸í´Ü °ÔÀç
    (Èñ¸ÁÀÚ¿¡ ÇÑÇØ °£´ÜÇÑ ¼Ò°³ ÆäÀÌÁöµµ Á¦°ø)
¢Æ On-line Community¸¦ ÅëÇÑ »ó½Ã Á¤º¸±³·ù ¹× ³×Æ®¿öÅ· Áö¿ø
¢Æ Off-line Á¤±â ¸ðÀÓ ÁÖ¼±
¢Æ °ü·Ã ¼¼¹Ì³ª µîÀ» ÅëÇÑ Áö¼ÓÀû Á¤º¸½ÀµæÀÇ ±âȸ Á¦°ø
¢Æ ±³À° ½Ã ÈƷüö´ç ¸Å´Þ Áö±Ý
¢Æ ±³Àç ¹«·á Áö±Þ 

 












- °­ºÏITÀü¹®Çб³ ±³À°»ç¾÷ÆÀ
- Tel : 02) 922-3445 ´ã´çÀÚ : ¹®Âù¼ö
- Fax : 02) 922-3446
- ȨÆäÀÌÁö : http://www.kangbuk.or.kr
- E-mail   : [EMAIL PROTECTED]










º» ¸ÞÀÏ¿¡ ´ëÇÑ ¼ö½ÅÀ» °ÅºÎÇϽô ºÐµéÀº ¿©±â¸¦ Ŭ¸¯ÇÏ¿© ÁÖ½Ã¸é °¨»çÇÏ°Ú½À´Ï´Ù.
º» E-mailÀº Àü»ê¸Á º¸±ÞÈ®Àå°ú ÀÌ¿ëÃËÁø¿¡ °üÇÑ ¹ý·ü¿¡ ÀÇ°ÅÇÏ¿©
¼ö½ÅÀÚ°¡ [¼ö½Å°ÅºÎ] Àǻ縦 ȸ½ÅÀ¸·Î ¹àÈù ÈÄ¿¡´Â ´Ù½Ã º¸³»Áö ¾Ê½À´Ï´Ù. ¸ÞÀÏÁÖ¼Ò ¿Ü¿£ ¾Æ¹«·± Á¤º¸µµ °¡Áö°í ÀÖÁö ¾ÊÀ¸¸ç
¹Ù»Ú½Å ±ÍÇϸ¦ ¹ø°Å·Ó°Ô Çؼ­ Á˼ÛÇÕ´Ï´Ù. ÁÁÀºÇÏ·ç µÇ½Ê½Ã¿ä!!






¨ÏCopyright
1992-2002 Kangbuk IT Special Professional School. All rights
reserved.
¼­¿ïƯº°½Ã µ¿´ë¹®±¸ ½Å¼³µ¿ 89-79 ¹®¼ººôµù 
Tel :02-922-3445 Fax :02-922-3446