Welcome new user FDALY

2003-01-20 Thread Perl Authors Upload Server

Welcome Fergal Daly,

PAUSE, the Perl Authors Upload Server, has a userid for you:

FDALY

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:  Fergal Daly
  email: CENSORED
  homepage:  http://www.fergaldaly.com/
  enteredby: brian d foy

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



Special report on technological development

2003-01-20 Thread The Tech News




The Tech News, January 2003

Production Mini-plants in mobile containers. Co-investment Program

"...Science Network will supply to countries and developing regions the technology and necessary support for production in series of Mini-plants in mobile containers (40-foot). The Mini-plant system is designed in such a way that all the production machinery is fixed on the platform of the container, with all wiring, piping, and installation parts; that is, they are fully equipped... and the mini-plant is ready for production."

More than 700 portable production systems: Bakeries, Steel Nails, Welding Electrodes, Tire Retreading, Reinforcement Bar Bending for Construction Framework, Sheeting for Roofing, Ceilings and Façades, Plated Drums, Aluminum Buckets, Injected Polypropylene Housewares, Pressed Melamine Items (Glasses, Cups, Plates, Mugs, etc.), Mufflers, Construction Electrically Welded Mesh, Plastic Bags and Packaging, Mobile units of medical assistance, Sanitary Material, Hypodermic Syringes, Hemostatic Clamps, etc. 

Science Network has started a Co-investment program for the installation of small Assembly plants to manufacture in series the Mini-plants of portable production on site, region or country where required. One of the most relevant features is the fact that these plants will be connected to the World Trade System (WTS) with access to more than 50 million raw materials, products and services and automatic transactions for world trade.

Due to financial reasons, involving cost and social impact, the best solution is setting up assembly plants on the same countries and regions, using local resources (labor, some equipment, etc.)

Science Network participates at 50% (fifty percent) for investment of each Assembly plant.

Request more information: Letters to the Editor

By Robert B. Lethe, Editor


Mini-plantas de produccion en contenedores moviles. Programa de Co-inversion

"...Science Network suministrara a paises y regiones en vias de desarrollo la tecnologia y el apoyo necesario para la fabricacion en serie de Mini-plantas de produccion en contenedores moviles (40-foot). El sistema de Mini-plantas esta diseñado de forma que todas las maquinas de produccion van instaladas fijas sobre la propia plataforma del contenedor, con el cableado, tuberias e instalaciones; es decir, completamente equipadas... y a partir de ese momento están listas para producir." 

Mas de 700 sistemas de produccion portatil: Panaderias, Producción de clavos de acero, Electrodos para soldadura, Recauchutado de neumaticos, Curvado de hierro para armaduras de construccion, Lamina perfilada para cubiertas, techos y cerramientos de fachada, Bidones de chapa, Cubos de aluminio, Menaje de polipropileno inyectado, Piezas de melamina prensada (vasos, platos, tazas, cafeteras, etc.) Silenciadores para vehiculos, Malla electrosoldada para la construccion, Bolsas y envases de plastico, Unidades moviles de asistencia medica, Material sanitario (jeringas hipodermicas, Pinzas hemostaticas, etc.)

Science Network ha puesto en marcha un programa de Co-inversion para la instalacion de pequeñas Plantas ensambladoras para fabricar en serie las Mini-plantas de produccion portatil, en el lugar, region o pais que lo necesite. Una de las características relevantes es el hecho de que dichas plantas quedaran conectadas al Sistema del Comercio Mundial (WTS) con acceso a mas de 50 millones de mercancias, materia primas, productos, servicios y las operaciones automaticas de comercio internacional.

Resulta obvio que por razones economicas, de costes y de impacto social, lo apropiado es instalar plantas ensambladoras en los mismos paises y regiones asi como utilizar los recursos locales (mano de obra, ciertos equipamientos, etc.)

Science Network participa al 50% en la inversion de cada Planta ensambladora.

Solicitar mas informacion: Letters to the Editor

Robert B. Lethe, Editor

-
If you received this in error or would like to be removed from our list, please return us indicating: remove or un-subscribe in subject field, Thanks.  Editor
© 2002 The Tech News. All rights reserved.






Module submission User::Identity

2003-01-20 Thread Perl Authors Upload Server

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

  modid:   User::Identity
  DSLIP:   idpOp
  description: User schizophrenia
  userid:  MARKOV (Mark Overmeer)
  chapterid:   12 (Opt_Arg_Param_Proc)
  communities:

  similar:
User, AppConfig, MailTools

  rationale:

[See related request for Mail::Identity name-space]

A user's life on a system is growing more complex, and therefore,
more powerful means of configuration are needed. As user, you have
to remember passwords and loginnames for databases, imap folders,
remote login. You have multiple email addresses, and use various
languages where setttings should be different.

In my development of Mail::Box, I have reached the point that the
existing means of configuration are not sufficient anymore. Carying
around info about a user in seperate values of an un-blessed hash is
a hassle. Therefore, I need a nice object. I want to do it the nice
way: not everything in the 'Mail' name space, but some in a 'User'
area. It will be fully independent of Mail::Box.

Planned classes: User::Identity Contains general info (defaults)
for the user, like name etc. When you specify a fullname only, it
tries to be smart and derived firstname, etc. Mail::Address does
things like that. User::Identity::Postal Home-address, company's
address, holiday address, each in a separate object.
User::Identity::Collection Mail::Identity (*) Mail::Identity::IMAP
Mail::Identity::Collection::Mutt ... maintain email alias files as
User::Identity::Collection. Replaces Mail::Cap

and so on... The need for Mail::Identity is urgent. For instance in
my home situation, I use 10 e-mail address for different purposes.
[EMAIL PROTECTED] for a mailinglist, [EMAIL PROTECTED] for a
website of my town. For each of those, I have want to have a
different 'From, 'Reply-To', footer, character encoding, etc. Of
course, with a smart search and extendible interface.

Small coding example: my $mail_id = $msg->sender; # a
Mail::Identity my $user_id = User::Identity->from($mail_id); my
$friends = User::Identity::Collection->file(...); $msg->delete
unless $friends->find($user_id);

  enteredby:   MARKOV (Mark Overmeer)
  enteredon:   Mon Jan 20 10:09:43 2003 GMT

The resulting entry would be:

User::
::IdentityidpOp User schizophrenia   MARKOV


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



Module submission Mail::Identity

2003-01-20 Thread Perl Authors Upload Server

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

  modid:   Mail::Identity
  DSLIP:   impOp
  description: E-mail address handling
  userid:  MARKOV (Mark Overmeer)
  chapterid:   19 (Mail_and_Usenet_News)
  communities:
See User::Identity request

  similar:
Mail::Address, Mail::Cap

  rationale:

See rationale for User::Identity name space

  enteredby:   MARKOV (Mark Overmeer)
  enteredon:   Mon Jan 20 10:12:19 2003 GMT

The resulting entry would be:

Mail::
::IdentityimpOp E-mail address handling  MARKOV


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



Automatic processing of submissions

2003-01-20 Thread Johan Vromans
Hi all,

Now we have the forms for namespace requests I'd like to propose that
submissions for namespace requests will be accepted one week after
they have been submitted, UNLESS the particular submission triggered a
discussion of some sort.

For the time being this cannot be handled automatically, but with the
help of a good mail program this should be manageble.

Your ideas?

-- Johan



Six Sigma Training Calendar for Spring 2003

2003-01-20 Thread sigmapro
Title: Announcing the 2003 Open Enrollment Calendar







  

If your email does not support HTML, see the 
following link.


Achieve Breakthrough Results 
with Six Sigma Training from SigmaPro
At 
SigmaPro, we strive to deliver maximum value and breakthrough results 
by providing best-in-class deployment and training services at a reasonable 
cost. Our public courses are specifically designed to help service and 
industrial organizations capitalize on the benefits provided through the 
integration of Six Sigma, Design for Six Sigma (DFSS) and Lean improvement 
strategies.  
We 
invite you to attend one of our upcoming courses (discounts apply for 
multiple registrations).
Featured 
1st Quarter SigmaPro Public Courses


  
  

  

  Six Sigma Executive 
  Overview
  
  Apr 28
  
  Winter Park, CO


  

  DFSS Executive Overview
  
  May 2
  
  Winter Park, CO


  

  Focused Champion
  
  Mar 3-5
  
  Estes Park, CO


  

  Master Black Belt
  
  Feb 24-27, Mar 24-27
  
  Estes Park, CO


  

  DFSS Supplement for 
  
Black Belts
  
  Apr 7-10
  
  Estes Park, CO


  

  Black Belt-Industrial
  
  Feb 10-13, Mar 10-13, 
Apr 7-10, May 5-8
  
  Atlanta, GA


  
  Apr 28-May 1, May 19-22, 
  Jun 16-19, Jul 14-17
  
  Stamford, CT


  

  Black Belt-Service
 
  
  Feb 10-13, Mar 10-13, 
Apr 7-10, May 5-8
  
  Atlanta, GA


  
  Apr 28-May 1, May 19-22, Jun 16-19, Jul 14-17
  
  Stamford, CT


  

  Green Belt
 
  
  Feb 3-6, Mar 3-6
  
  Los Angeles, CA


  
  Apr 14-17, May 12-15
  
  Seattle, WA

  
  

REGISTER 
NOW...SPACE IS LIMITED!  
 Courses have limited seating and 
fill up quickly, so register today.  To register see links below or call 970.207.0077.



  












  



If you would like your email address deleted from SigmaPro's distribution  list, please click
here.

  








Re: [perl #20397] When will Quantum::Superpositions be turned over to me? (fwd)

2003-01-20 Thread Andreas J. Koenig
> On Sun, 19 Jan 2003 12:33:59 -0600, _brian_d_foy <[EMAIL PROTECTED]> said:

  > In article <20354.1042978791@[192.168.200.4]>, Steven Lembark
  > <[EMAIL PROTECTED]> wrote:

 >> Somebody, what does it take to have the current verison of
 >> Quantum::Superpositions made available (i.e., not the one
 >> in Damian's directory but my own)? The release is at 1.05
 >> but noone can get to it!

 cpan> i Quantum::Superpositions
 >>> CPAN: Storable loaded ok
 >>> Going to read /home/lembark/.cpan/Metadata
 >>> Database was generated on Sat, 18 Jan 2003 14:48:40 GMT
 >>> Strange distribution name [Quantum::Superpositions]Module id =
 >>> Quantum::Superpositions DESCRIPTION  QM-like superpositions in Perl
 >>> CPAN_USERID  DCONWAY (Damian Conway <[EMAIL PROTECTED]>)
 >>> CPAN_VERSION undef

  > it looks like CPAN_VERSION is the problem.  CPAN.pm does not
  > know which version is which.  the package defines a $VERSION,
  > so i do not see why CPAN.pm wouldn't see it.

  > the module is registered to you in the Modules List, but PAUSE
  > still thinks it belongs to Damian (according to "View Permissions").

  > Andreas, is this an indexing problem?

Steven was victim of the same bug I fixed on Sunday. Since then this
problem can be solved by reindexing. New uploads won't have it
anymore. I do not know how many uploads before Sunday are affected.
They can be identified in that "View Permissions" shows a
co-maintainer but no maintainer.

Offhand I do not see a simple SQL statement or perl program that finds
all of them. If it comes up more often, I'll think about it some more.

Sorry, Steven, for the bug. You're now officially blessed as the
maintainer. It just needs a day to propagate through the CPAN.


-- 
andreas



Re: PAUSE ID request (FENGHONGXIA; fenghongxia)

2003-01-20 Thread Andreas J. Koenig
> On Mon, 20 Jan 2003 03:08:23 +0100, "Perl Authors Upload Server" 
><[EMAIL PROTECTED]> said:

  > Request to register new user
  > fullname: fenghongxia
  >   userid: FENGHONGXIA
  > mail: CENSORED
  > homepage: 
  >  why:

Somebody seems to prove that there is a bug in the
ID-conformance-enforcement step. I'll look into it.

-- 
andreas



PAUSE ID request (FENGHONGXIA; FENGHONGXIA)

2003-01-20 Thread Perl Authors Upload Server
Request to register new user

fullname: FENGHONGXIA
  userid: FENGHONGXIA
mail: CENSORED
homepage: bar
 why:

Testing, testing, testing


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=ae10_62a79ac1749f88ca&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=ae10_62a79ac1749f88ca&SUBMIT_pause99_add_user_Definitely=1



Module submission Authen::Krb5::Simple

2003-01-20 Thread Perl Authors Upload Server

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

  modid:   Authen::Krb5::Simple
  DSLIP:   bdcOp
  description: Basic user authentication using Kerberos 5
  userid:  DSTUART (Damien Stuart)
  chapterid:   14 (Security_and_Encryption)
  communities:
comp.lang.perl.modules

  similar:

  rationale:

There is no existing module that performs the simple authentication
(verify usernamd/password) using the Kerberos 5 protocol. The
Authen::Krb5::Simple module addresses this. The name was chosen
based on the fact the module provides an authentication mechanism
that uses Kerberos 5.

  enteredby:   DSTUART (Damien Stuart)
  enteredon:   Mon Jan 20 12:31:24 2003 GMT

The resulting entry would be:

Authen::Krb5::
::Simple  bdcOp Basic user authentication using Kerberos 5   DSTUART


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



PAUSE ID request (FENGHONGXIA; test)

2003-01-20 Thread Perl Authors Upload Server
Request to register new user

fullname: test
  userid: FENGHONGXIA
mail: CENSORED
homepage: test
 why:

testing, testing, testing


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=ce10_d6de5629f45b3fb6&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=ce10_d6de5629f45b3fb6&SUBMIT_pause99_add_user_Definitely=1



Hi Remember me..!!?

2003-01-20 Thread Isabelle
Title: Do you remember me?




http://www.myfreelivecam.com/isabelle






ÀúÀÇ Á¦Ç°À» ±¸ÀÔÇØ Áֽźв² »ç·Ê·Î À½¾Ç CD-1ÀåÀ» º¸³»µå¸³´Ï´Ù ¹è¼ÛÁö+¿ìÆí¹øÈ£+¿¬¶ôó=°¨»çÇÔ (±¤°í)

2003-01-20 Thread kmy1948
Title: ±×µ¿¾È ¹«ºñÀ×±Û¸®½¬¸¦ »ç¶ûÇØÁֽŠ¿©·¯ºÐ °¨»çµå¸³´Ï´Ù. 
       Àç¹ÌÀÖ°í À¯ÀÍÇÑ ¿µ¾î°øºÎ¸¦ ¹«ºñÀ×±Û¸®½¬¿Í  ÇÔ²²~home119.dc50.co.kr º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀǰŠÁ¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í¸ÞÀÏÀÔ´Ï´Ù.ºÒÆíÇϽôõ¶óµµ[¼ö½Å °ÅºÎ]¸¦ Ŭ¸¯ÇØ ÁÖ½Ã¸é ´õ ÀÌ»ó ¹ß¼ÛµÇÁö¾Êµµ·Ï ÇϰڽÀ´Ï´Ù.  If you don't want this type of information or e-mail, please click therefuse here.°æ±âµµ ÀÇÁ¤ºÎ½Ã È£¿øµ¿ 345-35   Tel : 031-876-9457 H.P : 016-442-1948   email : [EMAIL PROTECTED] ´ëÇ¥ : ¹Ú Àº ÁÖ*ÃßÃâÇÑ URL: [EMAIL PROTECTED]/msg15098.html,2003-01-19 ¿ÀÈÄ 6:58:43


[±¤°í] ¼³³¯¼±¹°¼¼Æ® ÆÄ°Ý ´ëÇÒÀÎ ÆÇ¸Å !!

2003-01-20 Thread LG»ýȰ°Ç°­




   

  
   

 
  
  a
  
  a
  
  
   

 
  [Á¾ÇÕ¼±¹°¼¼Æ® Ưȣ] 
   
  [Ç츣½Ã³ª2Á¾¼¼Æ®]
   
  [Á׿°Ä¡¾à 
3È£] 

 
  66,000¿ø
  30,000¿ø
  10,000¿ø

 
  
   
  
   
  

 
  [LG 1È£ 
¼±¹°¼¼Æ®]  
   
  [LG 5È£ 
¼±¹°¼¼Æ®]  
   
  [LG 7È£ 
¼±¹°¼¼Æ®]  

 
  36,000¿ø
  16,500¿ø
  11,500¿ø

 
  
   
  
   
  
  a
  
   

  
   
[Ä¡¾àºñ´©¼¼Æ®AÈ£]
  
   
10,000¿ø
  

   

 
  [LG 9È£ 
¼±¹°¼¼Æ®]  
   
  [µð·°½º AÈ£] 
   
  [µð·°½º CÈ£] 
   
   

 
  8,830¿ø
  29,700¿ø
  12,000¿ø

 
  
   
  
   
  
   
  
   

  
   
[LG 3È£¼±¹°¼¼Æ®] 
  
   
24,100¿ø
  

   

 
  [Â÷¿À¸§ ¼±¹°¼¼Æ®] 
   
  [Ŭ¸µ½ºÄ¡¾à 1È£] 
   
  [LG 5È£¼±¹°¼¼Æ®] 
   
   

 
  11,900¿ø
  7,500¿ø
  16,500¿ø

  
  
   
 
  
   
 
  
   
   * º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø
¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀǰÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù. 
  
   
   * e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­
ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. 
  
   
   * ¸ÞÀϼö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é [ ¼ö½Å°ÅºÎ ]¸¦ ´­·¯ÁÖ¼¼¿ä.
  
   
 
  
   

  







Hi Remember me..!!?

2003-01-20 Thread Isabelle
Title: Do you remember me?




http://www.myfreelivecam.com/isabelle






Re: Module submission User::Identity

2003-01-20 Thread Johan Vromans
"Perl Authors Upload Server" <[EMAIL PROTECTED]> writes:

> Planned classes: User::Identity Contains general info (defaults)
> for the user, like name etc. When you specify a fullname only, it
> tries to be smart and derived firstname, etc. Mail::Address does
> things like that. User::Identity::Postal Home-address, company's
> address, holiday address, each in a separate object.
> User::Identity::Collection Mail::Identity (*) Mail::Identity::IMAP
> Mail::Identity::Collection::Mutt ... maintain email alias files as
> User::Identity::Collection. Replaces Mail::Cap
> 

Sounds like a more general address-book like thing, in which case I
wouldn't put it in "User::".

-- Johan



Re: [perl #20397] When will Quantum::Superpositions be turned over to me? (fwd)

2003-01-20 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Andreas J. Koenig
<[EMAIL PROTECTED]> wrote:

> > On Sun, 19 Jan 2003 12:33:59 -0600, _brian_d_foy <[EMAIL PROTECTED]>
> > said:

>   > In article <20354.1042978791@[192.168.200.4]>, Steven Lembark
>   > <[EMAIL PROTECTED]> wrote:

>  >> Somebody, what does it take to have the current verison of
>  >> Quantum::Superpositions made available

>  cpan> i Quantum::Superpositions


>  >>> CPAN_VERSION undef
> 
>   > it looks like CPAN_VERSION is the problem.  CPAN.pm does not

>   > Andreas, is this an indexing problem?

> Steven was victim of the same bug I fixed on Sunday. Since then this
> problem can be solved by reindexing. 

is that something users can do themselves with the "Reindex" item on
the PAUSE menu, or is it a different reindexing?

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
please send all messages back to [EMAIL PROTECTED]



Re: Module submission User::Identity

2003-01-20 Thread Mark Overmeer
* Johan Vromans ([EMAIL PROTECTED]) [030120 17:29]:
> "Perl Authors Upload Server" <[EMAIL PROTECTED]> writes:
> 
> > Planned classes: User::Identity Contains general info (defaults)
> > for the user, like name etc. When you specify a fullname only, it
> > tries to be smart and derived firstname, etc. Mail::Address does
> > things like that. User::Identity::Postal Home-address, company's
> > address, holiday address, each in a separate object.
> > User::Identity::Collection Mail::Identity (*) Mail::Identity::IMAP
> > Mail::Identity::Collection::Mutt ... maintain email alias files as
> > User::Identity::Collection. Replaces Mail::Cap
> > 
> 
> Sounds like a more general address-book like thing, in which case I
> wouldn't put it in "User::".
> -- Johan

The proposed User::Identity with respect to address books has about the
same relation as e-mail addresses to mail-folders.  There are somewhat
related, but have a wider use.

Many applications have a need for User information: address books, e-mail
tools, databases, configuration systems, etc etc.  So the common devider
should take its own name space.
-- 
   MarkOv   %-]


drs Mark A.C.J. OvermeerMARKOV Solutions
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://Mark.Overmeer.net   http://solutions.overmeer.net



PAUSE ID request (AMOLLOY; Andrew Molloy)

2003-01-20 Thread Perl Authors Upload Server
Request to register new user

fullname: Andrew Molloy
  userid: AMOLLOY
mail: CENSORED
homepage: 
 why:

Ogg::Vorbis::Header::PurePerl - a pure perl implementation of
Ogg::Vorbis::Header.

Potentially other stuff in the future.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=de10_801765944624f246&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=de10_801765944624f246&SUBMIT_pause99_add_user_Definitely=1



Welcome new user AMOLLOY

2003-01-20 Thread Perl Authors Upload Server

Welcome Andrew Molloy,

PAUSE, the Perl Authors Upload Server, has a userid for you:

AMOLLOY

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:  Andrew Molloy
  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



Re: Automatic processing of submissions

2003-01-20 Thread Kurt Starsinic
On Jan 20, Johan Vromans wrote:
> Now we have the forms for namespace requests I'd like to propose that
> submissions for namespace requests will be accepted one week after
> they have been submitted, UNLESS the particular submission triggered a
> discussion of some sort.
> 
> For the time being this cannot be handled automatically, but with the
> help of a good mail program this should be manageble.
> 
> Your ideas?

Opposed.  To put it bluntly, and only in my humble opinion, we have a
worsening problem of too much mislabelled crap on CPAN, not on too long
a backlog on module registations.  I think that the purpose of CPAN is
to make it easier for module users to find what they're looking for, not
to make module authors feel warm and fuzzy about having their modules
listed on a prominent web page.

- Kurt




Module submission Inline::SLang

2003-01-20 Thread Perl Authors Upload Server

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

  modid:   Inline::SLang
  DSLIP:   cdchp
  description: Write Perl subroutines in S-Lang
  userid:  DJBURKE (Douglas Burke)
  chapterid:2 (Perl_Core_Modules)
  communities:
Inline mailing list [EMAIL PROTECTED]

  similar:

  rationale:

This is an interface to the S-Lang library/language
(http://www.s-lang.org/) using the Inline module. I've checked with
Brian Ingerson and he's okay with having this in the Inline
namespace
(http:[EMAIL PROTECTED]/msg01844.html)

I have checked with the author of the S-Lang language that he does
not mind the perl module being called Inline::SLang - ie without the
hyphen. The 'L' has remain capitalised to point out it's not
"slang".

  enteredby:   DJBURKE (Douglas Burke)
  enteredon:   Mon Jan 20 22:00:54 2003 GMT

The resulting entry would be:

Inline::
::SLang   cdchp Write Perl subroutines in S-Lang DJBURKE


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



Re: Module submission User::Identity

2003-01-20 Thread Johan Vromans
[Quoting Mark Overmeer, on January 20 2003, 19:16, in "Re: Module submissio"]
> The proposed User::Identity with respect to address books has about the
> same relation as e-mail addresses to mail-folders.  There are somewhat
> related, but have a wider use.

Sorry if I have been unclear: My remark did not imply that the module
should be placed under "Mail::", just that I don't think "User::" is
the best choice.

> Many applications have a need for User information: address books, e-mail
> tools, databases, configuration systems, etc etc.  So the common devider
> should take its own name space.

Agree, no problem, but somehow "User::" doesn't feel right to me.

-- Johan



Re: Automatic processing of submissions

2003-01-20 Thread Johan Vromans
[Quoting Kurt Starsinic, on January 20 2003, 16:51, in "Re: Automatic proces"]
> To put it bluntly, and only in my humble opinion, we have a
> worsening problem of too much mislabelled crap on CPAN, 

You're very right.

> not on too long a backlog on module registations.

My main concern is that the backlog is non-deterministic. Some
requests get honoured, some trigger a discussion (often with
non-obvious outcome), some are just forgotten.

> I think that the purpose of CPAN is to make it easier for module
> users to find what they're looking for,

I think (I have some humble opinions myself) that we have long passed
the point that the module name (namespace) was a good indicator of
what a module is about. Newer search techniques (do/will/can/must)
compensate for that.

-- Johan



SHENZHEN STAR SHIPPING CO.,LTD.´úÀí³ö¿Ú£¨²»Ðè´òÈëÍâ»ã£¡£©±¨¹Ø¡¢º£ÔËÒ»ÌõÁú£¡£¡

2003-01-20 Thread lqychq





 ¸óÏ£ºÄúºÃ£¡
¡¡Ê×ÏÈ,ÕâÊÇÒ»·â¹ã¸æÓʼþ£¬Èç²»ÐèÕâЩ·þÎñ£¬ÄÇÎÒÒ»¶¨ÊÇ´òÈÅÄúÁË£¬Éî±íǸÒ⣡ÇëËæÊÖɾ³ýÖ®£¬Ð»Ð»£¡ 
»¶Ó­ÊµµØ¿¼²ì£¡ »¶Ó­ÊµµØ¿¼²ì£¡  »¶Ó­ÊµµØ¿¼²ì£¡  

ÉîÛÚÊÐÐdz½´¬ÎñÓÐÏÞ¹«Ë¾
SHENZHENSTAR SHIPPING CO  .,  LTD  .

   evergreen   line
Å·ÖÞ  ¶©²Ö£¬±¨¹Ø£¬·Åµ¥
ÖÐÄÏÃÀ=  ÉîÛÚÑÎÌï  ==ÌṩһÁ÷·þÎñ
Öж«£¬ºìº£   

Íϳµ¡¢±¨¹Ø£¨´úÀí³ö¿Ú¡¢²»Ðè´òÈëÍâ»ã£¡£©¡¢º£ÔËÒ»ÌõÁú£¡£¡

sinotrans   line £¬ ÃÀÎ÷Ö±º½£¬ÃÀ¶«

LOS ANGELES  IPIÖÐתÄÚ½µã
LONG BEACH   == ÉîÛÚ£¬³àÍå ==  ¼Û¸ñ¸ü¾ßÓÅÊÆ


¼Û¸ñÊг¡×îÆ½£¬²Öλ±£Ö¤£¬»¶Ó­²éѯ£¡
ÁªÏµÈË£ºÀîÏÈÉú  £¨ Steven  Li £© 
ÁªÏµµç»°£º0755-25737196¡¢26643942 
013923781217 ¡¢013808831677
ÁªÏµ´«Õ棺0755-26434726¡¢25737196

µØÖ·:ÉîÛÚÊÐÄÏÉ½Çø´´ÒµÂ·âùº£¹ã³¡¶«×ù20Â¥2003ÊÒ
Address:RM2003,YIHAI PLAZA CHUANGYE ROAD,NANSHAN SHENZHEN ,CHINA
   
 Éß¿Ú/ÑÎÌï---Öж«£¨ºìº££©Ð¼۠ 
 
DESTINATIONÄ¿µÄ¸Û   ´¬¹«Ë¾ £¨20'/40'/40'HQ£©

APL UNIGLORY   OOCL»òÆäËü
 
ABU DHABI °¢²¼Ôú±È1129/2076/2076  1145/1918/1918

ADABIYA   °¢µÃ±ÈÑÇ1345/2418/2418

ADEN  ÑǶ¡1770/3168/3168   1770/3068/3068

ALEXANDRIAÑÇÀúɽ´ó1370/2518/2518

AQABA ÑÇ¿¦°Í1420/2568/2568   1370/2518/2518

BAHRAIN   °ÍÁÖ1174/2126/2126   1195/2068/2068

BANDAR ABBAS   °¢°Í˹¸Û   1095/1868/1868  1095/2068/2068

DAMIETTA  ´ïÃ×°£Ëþ1855/3138/3168

DAMMAM´ïÂü1095/2018/20181095/1818/1818   995/1818/1818
 
DOHA  ¶à¹þ1595/2818/2818

DUBAI µÏ°Ý 945/1768/1768895/1468/1468   820/1518/1568
 
HODEIDAH ºĘ́´ï1770/3168/31681870/3118/3118

JEDDAH¼ª´ï 1220/2018/20181220/2018/2018

KARACHI  ¿¨À­Ææ920/1548/1548 895/1568/1568   840/1558/1558

KUWAIT¿ÆÍþÌØ1095/2018/20181295/2168/2168 CMA:1045/1808/1908

MUSCAT   Âí˹¿¦ÌØ1199/2026/20261295/2168/2168

PORT SAID ÈûµÃ¸Û1370/2518/2518

PORT SUEZ ËÕÒÁÊ¿¸Û1420/2568/2568

RIYADHÀûÑŵÃ1295/2393/23931245/2068/20681195/2218/2218

SHARJAH   É³Ù¤995/1818/18181095/1818/1818   CMA:890/1618/1618  
  


´úÀí½ø³ö¿ÚȨ¡¢±¨¹Ø£¨Âòµ¥³ö¿Ú¡¢²»ÐèÒª´òÈëÍâ»ã£¡£©

Çë°Î:0755-25737196  ÀîÏÈÉú

  13923781217   °ïÄú½â¾öÒ»ÇÐÄÑÌâ!   

£¨²»Ðè´òÈëÍâ»ã£© £¨ÑÎÌï¡¢É߿ڡ¢ÎĽõ¶É¡¢»Ê¸Ú¿Ú°¶£©

ÒµÎñ·¶Î§£º

Steven   Li  TEL: 0755-25737196   13923781217  

  ÉîÛÚ°ÙÊ´ïóÒ×ÓÐÏÞ¹«Ë¾

¼ò½é£º

 ×¨ÒµÎªÃ³Ò×ÉÌ»òÉú²ú³§¼Ò´úÀí¸÷ÖÖ»õÎï³ö¿Ú±¨¹Ø¡¢É̼졢Íϳµ¡¢¶©¹ñÒÔ¼°°ìÀí²úÒ»Ö¤£¨CO£©¡¢ÆÕ»ÝÖ¤£¨FMA£©µÈÓйØÒµÎñ¡£

 ¹«Ë¾ÔÚÉîÛÚº£¹Ø¸÷¿Ú°¶¶¼ÓкܴóʵÁ¦£¬ÒÔ¿ì½Ý¡¢ÎÈÍ×±£Ö¤¿Í»§µÄ²úÆ·½ø³ö¿Ú½ø³öº£¹Ø²»Êܵ½ÈκÎÓ°Ïì¡£

Ò»¡¢³ö¿ÚÊÖÐøÓɱ¾¹«Ë¾°ìÀí£¬£¨ÆäÖаüÀ¨£º³ö¿Úµ¥Ö¤¡¢¼ìÑé¡¢¼ìÒß¡¢±¨¹ØµÈ£©   

¶þ¡¢³§¼ÒÖ»ÐèÌṩ³ö¿Ú×ÊÁÏ£¨×°Ïäµ¥¡¢·¢Æ±£©¡£

Èý¡¢»õÎï³ö¿Úʱ¿Í»§±ØÐëÌáǰһÌìÏòÎÒ¹«Ë¾ÌṩÏêϸ¹æ¸ñ¡¢°ü×°¡¢ÊýÁ¿¡¢ÑùÆ·¡¢³ö¿ÚÄ¿µÄ¸ÛµÈ×ÊÁÏ¡£ÔËÊä´¬Îñ·½ÃæÒ²¿ÉÒÔ´úΪ°ìÀí¡£

ËÄ¡¢±¾¹«Ë¾´úÀí³ö¿Ú²úÆ·¾­Óª·¶Î§£ºÌմɹ¤ÒÕÆ·¡¢ÖñÄ¾ÖÆÆ·¡¢Ê³Æ·¡¢·þ×°¡¢ÊÖ´ü¡¢ËÜÁÏ¡¢Íæ¾ß¡¢Îå½ð¡¢µç×ӵȡ£

Îå¡¢»õÎï³ö¿Ú¹ý³ÌÖУ¬Èç¹û¿Í»§Ìṩ¸øÎÒ˾µÄ×ÊÁÏÓëʵ¼Ê³ö¿ÚµÄ»õÎï²»·û£¬ÎÒ˾¿É´ú°ì²¹¾ÈÊÖÐø£¬µ«Ôì³ÉµÄ·ÑÓÃÐèÓɿͻ§¸ºÔð¡£

ΪÁË·½±ã¿ÍḚ́ìÀíͨ¹ØÊÖÐø£¬ÎÒ˾ÔÚÉîÛÚ¸÷¿Ú°¶ÌØÉè°ìÊ´¦£¬»¶Ó­¸÷λµ½ÎÒ˾Ǣ̸°ìÀíÒµÎñ»òÀ´µç×Éѯ¡£

 









User update for JIMT

2003-01-20 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: [JIMT]
   fullname: [Jim Thomason]
  asciiname: []
  email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]]
   homepage: [http://www.jimandkoka.com/]
cpan_mail_alias: [publ]


Data were entered by JIMT (Jim Thomason).
Please check if they are correct.

Thanks,
The Pause



pedido

2003-01-20 Thread Ergul



Hola :
quisiera solicitar el datel (el ultimo) y la 
GRAN COLECCION 10 CDS SOBRE HACKING a un precio 
increible:Son 10 cds que traen de todo!!!
pero antes les pido me envien un email con mas 
detalles y el precio total de ambas cosas (con el descuento 
incluido espero.je...je) o se contacten a mi celular que es 
1553049777
Mi nombre es Ernesto


ïÒÉÇÉÎÁÌØÎÙÅ ÚÁÐÞÁÓÔÉ Audi Volkswagen 3639

2003-01-20 Thread ManStyle_New
óÁÍÙÊ ÐÏÌÎÙÊ ÁÓÓÏÒÔÉÍÅÎÔ ÏÒÉÇÉÎÁÌØÎÙÈ ÚÁÐÞÁÓÔÅÊ Audi É Volkswagen.
õÎÉËÁÌØÎÙÅ ÃÅÎÙ, ÂÅÓÐÌÁÔÎÁÑ ÄÏÓÔÁ×ËÁ ÐÏ íÏÓË×Å!

www.autoshopper.ru

÷ÁÍ ÎÅ ÎÕÖÎÏ ÚÎÁÔØ ÕÎÉËÁÌØÎÙÊ ÎÏÍÅÒ ÚÁÐÞÁÓÔÉ (Part Nomber)!
ðÒÏÓÔÏ ÓÏÏÂÝÉÔÅ ÎÁÍ ÍÏÄÅÌØ ÍÁÛÉÎÙ ÉÌÉ VIN - ËÁË ×ÁÍ ÕÄÏÂÎÅÅ.
îÁÛÉ ÍÅÎÅÄÖÅÒÙ × ÍÇÎÏ×ÅÎÉÅ ÏËÁ ÄÁÄÕÔ ×ÁÍ ÐÒÏÆÅÓÓÉÏÎÁÌØÎÕÀ ËÏÎÓÕÌØÔÁÃÉÀ.

ðÒÉ ÚÁËÁÚÅ ×Ù ÐÏÌÕÞÁÅÔÅ × ÐÏÄÁÒÏË ÄÉÓËÏÎÔÎÕÀ ËÁÒÔÕ
ÓÅÔÉ ÉÎÔÅÒÎÅÔ-ÍÁÇÁÚÉÎÏ× OSN.ru

ó Õ×ÁÖÅÎÉÅÍ,
www.autoshopper.ru




































   
3639
ocfp




Module submission Polyglot

2003-01-20 Thread Perl Authors Upload Server

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

  modid:   Polyglot
  DSLIP:   anpOp
  description: an extensible little language interpreter
  userid:  BDFOY (brian d foy)
  chapterid:   23 (Miscellaneous_Modules)
  communities:

  similar:

  rationale:

I was playing around with the notion of a little language to script
web transactions and as I whipped up the code for that I realized
that the core of the script could serve as an interpreter for other
little languages a person might design. The Polyglot defines a
couple of methods for the programmer to teach it to read the
language, then it does what the little language script says.

This is more of a toy than an enterprise class software project. :)

  enteredby:   BDFOY (brian d foy)
  enteredon:   Tue Jan 21 04:02:41 2003 GMT

The resulting entry would be:

Polyglot  anpOp an extensible little language interpreterBDFOY


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



Re: [perl #20397] When will Quantum::Superpositions be turned over to me? (fwd)

2003-01-20 Thread Andreas J. Koenig
> On Mon, 20 Jan 2003 10:57:19 -0600, _brian_d_foy <[EMAIL PROTECTED]> said:

 >> Steven was victim of the same bug I fixed on Sunday. Since then this
 >> problem can be solved by reindexing. 

  > is that something users can do themselves with the "Reindex" item on
  > the PAUSE menu, or is it a different reindexing?

It's the one on the PAUSE menu, there is no other kind of reindexing.

-- 
andreas



ðÒÏÄÁÅÔÓÑ ÏÆÉÓ ÎÁ ÐÅÒ×ÏÍ ÜÔÁÖÅ ÜÌÉÔÎÏÇÏ ÖÉÌÏÇÏ ËÏÍÐÌÅËÓÁ <ëÏÒÏÎÁ> 5343

2003-01-20 Thread cooffice




ðÒÏÄÁÅÔÓÑ ÏÆÉÓ ÐÏ ÁÄÒÅÓÕ ÐÒ-Ô ÷ÅÒÎÁÄÓËÏÇÏ ×Ì. 90 ÐÌÏÝÁÄØÀ 150 
Í2  É  615 Í2 ÎÁ ÐÅÒ×ÏÍ ÜÔÁÖÅ ÜÌÉÔÎÏÇÏ 
ÖÉÌÏÇÏ ËÏÍÐÌÅËÓÁ «ëÏÒÏÎÁ»  Ó 
ÏÔÄÅÌØÎÙÍÉ  ×ÈÏÄÏÍÉ  ÐÏ ÃÅÎÅ 1450 $/Í2. 

ôÅÌ. 500-03-03 ÉÌÉ 500-81-65 áÌÅËÓÅÊ.

























 
5343
mtlyj



PAUSE ID request (JDLEE; Jeremiah Lee)

2003-01-20 Thread Perl Authors Upload Server
Request to register new user

fullname: Jeremiah Lee
  userid: JDLEE
mail: CENSORED
homepage: 
 why:

Recursive FTP module and a Mirror module similar in nature. Other
modules as the fancy strikes.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1f10_1b1b5b74e14efc38&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1f10_1b1b5b74e14efc38&SUBMIT_pause99_add_user_Definitely=1



[±¤°í]´ç´¢, ÇǺξ˷¯Áö¿¡´Â ¾ö³ª¹«È¯ÀÌ ÃÖ°íÀÔ´Ï´Ù.

2003-01-20 Thread Á¶¼±»ç¶÷
Title: 1.











 ´ç´¢ + Ç÷°üÀå¾Ö + ÇǺÎÁúȯ
¿¡´Â ¾ö³ª¹«È¯ÀÌ ÁÁ½À´Ï´Ù!!
   
(¾Æ·¡´Â °­¿ø´ëÇб³ ¹× Çѱ¹¾à¿ëÀÛ¹°ÇÐȸÀÇ
½ÃÇ輺ÀûÇ¥ÀÔ´Ï´Ù.)













¡ÝÀ½³ª¹« ³»ÇÇ ÃßÃâ¹°ÀÇ Ç×µ¹¿¬º¯ÀÌ¿ø¼º ¹×
¼¼Æ÷µ¶¼º È¿°ú   (Çѱ¹¾à¿ëÀÛ¹°ÇÐȸÁö Á¦10±Ç
Á¦2È£)- ½ÇÇè±â°ü : °­¿ø´ëÇб³ ³ó¾÷»ý¸í°úÇдëÇÐ
½Ä¹°ÀÀ¿ë°úÇкÎ- ½ÇÇèÀÚ : ±è¸íÁ¶, ±èÁÖ¼º, °­¿øÈñ, ¿¬±Ôµ¿
1.½ÇÇè ³»¿ë -
µ¹¿¬º¯ÀÌ À¯¹ß¿ø - »ý¸®È°¼º ½ÇÇè   . Ames
mutagenicity test   . SRB assay
2.½ÇÇè°á°ú  - À½³ª¹« ³»ÇÇ
ÃßÃâ¹°µéÀÇ µ¹¿¬º¯ÀÌ À¯¹ß ¾ïÁ¦ È¿°ú  - À½³ª¹« ³»ÇÇ ÃßÃâ¹°µéÀÇ ¾Ï¼¼Æ÷ ¼ºÀå
ÀúÇØÈ¿°ú
3.
º»¹®³»¿ë  "À̻󿡼­ »ìÆìº» °Í°ú °°ÀÌ À½³ª¹« ³»ÇÇ ÃßÃâ¹°ÀÇ Ç×µ¹¿¬º¯ÀÌ
¹× ¾Ï¼¼Æ÷ ¼ºÀå ÀúÇØÈ¿°ú ½ÇÇè¿¡¼­ º¸¸é Ç×µ¹¿¬º¯ÀÌ ½ÇÇè¿¡¼­´Â ¸Þź¿Ã ÃßÃâ¹°ÀÌ °¡Àå ¿ì¼öÇÏ¿´À¸¸ç, ´Ù¸¥
ºÐȹ¹°¿¡¼­µµ ¿ì¼öÇÏ°Ô ³ªÅ¸³­´Ù. ¾Ï¼¼Æ÷ ¼ºÀå ÀúÇØ½ÇÇè¿¡¼­´Â ÇÙ»ê ºÐȹ¹°ÀÌ °¡Àå ¿ì¼öÇÏ¿´À¸¸ç ¿¡Ä¥¾Æ¼¼Å×ÀÌÆ®
ºÐȹ¹°µµ ¿ì¼öÇÏ¿´´Ù. À̰ÍÀ¸·Îº¸¾Æ Ç޻꿡 Àß ¿ëÇØµÇ´Â Æä³î¼º ¼ººÐµéÀÇ ÀÛ¿ëÀÌ ´õ Ŭ°ÍÀ¸·Î ÃßÃøµÇ¾îÁö³ª ´Ù¸¥
ºÐȹ¿¡¼­µµ È¿°ú°¡ ÀÖ¾úÀ¸¹Ç·Î ¿©·¯ ¼ººÐµéÀÇ »ó½ÂÀÛ¿ëÀ¸·Î »ç·áµÈ´Ù."
 "º» ½ÇÇèÀº µ¹¿¬º¯ÀÌ¿ø¼º ¾ïÁ¦ÀÛ¿ëÀ»
°ËÅäÇϱâ À§ÇÏ¿© Ames test¿¡¼­ ¾ç¼º¹ÝÀÀÀ» ³ªÅ¸³»¸ç, ¹°Áú ±× ÀÚü·Î¼­ µ¹¿¬º¯À̸¦ À¯¹ßÇÏ´Â Á÷Á¢
º¯ÀÌ¿ø¹°Áú·Î MNNG¿Í 4NQO ±×¸®°í ´ë»çȰ¼ºÀ» ÇÊ¿ä·Î ÇÏ´Â °£Á¢ º¯ÀÌ¿ø ¹°ÁúÀÎ B(a)P¸¦ »ç¿ëÇÏ¿© °¢°¢ÀÇ
³óµµ¿¡ µû¸¥ µ¹¿¬º¯ÀÌ¿ø¼º ¾ïÁ¦È¿°ú¸¦ °ËÅäÇÏ¿´´Ù. ±× °á°ú Á÷Á¢ º¯ÀÌ¿øÀ¸·Î »ç¿ëµÈ MNNG..¾Ï¼¼Æ÷ÁÖ¿¡
´ëÇÑ À½³ª¹« ³»ÇÇ ÃßÃâ¹°ÀÇ ¼¼Æ÷µ¶¼ºÀ» ¾Ë¾Æº¸±â À§ÇÏ¿© ½ÇÇèÇÑ °á°ú Æó¾Ï ¼¼Æ÷ÁÖÀÎ A549¿¡¼­´Â ÇÙ»ê ºÐȹ¹°ÀÌ
81.54%·Î °¡Àå ³ôÀº ¾ïÁ¦È¿°ú¸¦ ³ªÅ¸³»¾úÀ¸¸ç, °£¾Ï ¼¼Æ÷ÁÖÀÎ Heb3B¿¡¼­µµ ÇÙ»ê ºÐȹ¹°ÀÌ 78.57%·Î
°¡Àå ³ôÀº ¾ïÁ¦È¿°ú¸¦ ³ªÅ¸³Â´Ù. Á¤»ó °£¼¼Æ÷ÁÖÀÎ 293¿¡ ´ëÇÑ ½Ã·á³óµµ¿¡ µû¸¥ ¼¼Æ÷µ¶¼º È¿°ú¸¦ º¸¸é
1000¸¶ÀÌÅ©·Î/ml ½Ã·á ÷°¡½Ã ¾Ï¼¼Æ÷ÁÖ¿¡ ´ëÇÏ¿© ´ëºÎºÐ 50% ÀÌ»óÀÇ ¾ïÁ¦À²À» º¸À̴µ¥ ¹ÝÇØ 293¼¼Æ÷¿¡
´ëÇØ¼­´Â 25% ÀÌÇÏÀÇ ¼ºÀå ÀúÇØÈ¿°ú¸¦ º¸¿´´Ù. ÀÌ´Â ¾Ï¼¼Æ÷ÁÖ¿¡ ´ëÇÑ ³ôÀº ¾ïÁ¦È¿°ú¿¡ ºñÇØ Á¤»ó ¼¼Æ÷ÁÖ¿¡
´ëÇØ¼­´Â ºñ±³Àû ³·Àº µ¶¼ºÈ¿°ú¸¦ ³ªÅ¸³¿À» ¾Ë ¼ö ÀÖ¾ú´Ù."(Çѱ¹¾à¿ëÀÛ¹°ÇÐȸÁö Á¦10±Ç Á¦2È£
p.137)
¡Ý ¾ö³ª¹« ÃßÃâ¾×ÀÇ °£±â´É °³¼± È¿°ú Ȱ¼º(´ÜÀ§ RC50 :
§¶/§¢) 



Ç¥ÁØÈ­ÇÕ¹°
ÄÁµð¼Ç
¿©¸í808
¸®¼Á¼Ç
¾ö³ª¹«
ÃßÃâ¾× 

GST
153 
180 
187
227

 
¡Ý ¼÷ÃëÇØ¼Ò
ÀÛ¿ë¿¡ ´ëÇÑ È°¼ºÁ¶»ç



ºÐȹ/Ç¥ÁØÈ­ÇÕ¹°
Asperigilusawamori
Cladosporiumoxalicum
Peniciliumoxalicum
Bacillussubtilis
Escherichiacoli


¾ö³ª¹«ÃßÃâ¾×
>1000
>1000
>1000
500
>1000 

ÇÙ»ê ºÐȹ
>1000
>1000
500
250
1000 

¿¡Ä¥¾Æ¼¼Å×ÀÌÆ® ºÐȹ
>1000
>1000
>1000
250
>1000 

ºÎŹ¿Ã ºÐȹ
>1000
>1000 
>1000 
250 
>1000 

¹° ºÐȹ
>1000
>1000
>1000
250 
>1000

+Alcohol
concentration in the blood : % (v/w)[¹ß¸íÀÇ È¿°ú] º» ¹ß¸íÀº
¾ö³ª¹«(Kalopanax pictus)ÀÇ ¾ö³ª¹«(³»ÇǸ¦ Æ÷ÇÔÇÏ´Â ¼öÇÇ ¶Ç´Â¼öÇǸ¦ Á¦°ÅÇÑ ¸ñÀçºÎ ¶Ç´Â ³»ÇÇ¿Í
¼öÇǸ¦ Æ÷ÇÔÇÏ´Â ÀÙ) ·ÎºÎÅÍ ÃßÃâ¾×À» ¾ò°í, À̸¦ ÀÌ¿ëÇÏ¿© Ç×»êÈ­, Ç×¾Ï È°¼º ¹× °£±â´É°³¼± ÀÛ¿ëÀ» °®´Â ÀÌÀÇ
Á¦Á¶¹æ¹ý ¹× Á¶¼º¹°¿¡ °üÇÑ °ÍÀ¸·Î, º» ¹ß¸íÀÇ Á¶¼º¹° ¹× ¾ö³ª¹« ÃßÃâ¹°Àº Ç×»êÈ­, Ç×¾Ï È°¼º, Ç×ÁöÁú°ú»êÈ­,
Ç׹̻ý¹°, Ç×°£¿°¹ÙÀÌ·¯½º ¹× °£±â´É°³¼±(¼÷ÃëÇØ¼Ò) µî¿¡ ÁÁÀº ½ÄǰÀ¸·Î ¾ÕÀ¸·Î °Ç°­º¸Á¶½Äǰ, ÀǾàǰ, È­Àåǰ
÷°¡¹°, ½Äǰ ¹× À½·á µîÀÇ ´Ù¾çÇÑ »ê¾÷Àû ÀÀ¿ëºÐ¾ß¿¡ ³Î¸® ÀÀ¿ëµÉ ¼ö ÀÖ´Ù.
[¿ä¾à]
º» ¹ß¸íÀº
¾ö³ª¹«(Kalopanax pictus)·ÎºÎÅÍ ÃßÃâ¹°À» ¾ò¾î, À̸¦ ÀÌ¿ëÇÏ¿© Ç×»êÈ­, Ç×¾Ï È°¼º ¹× °£±â´É°³¼±
ÀÛ¿ëÀ» °®´Â ÀÌÀÇ Á¦Á¶¹æ¹ý ¹× À̸¦ À¯È¿¼ººÐÀ¸·Î Æ÷ÇÔÇÏ´Â Á¶¼º¹°¿¡ °üÇÑ °ÍÀÌ´Ù. ±¸Ã¼ÀûÀ¸·Î º»
¹ß¸íÀº Çѱ¹(°­¿øµµ Á¤¼±±º)»ê ¾ö³ª¹«(Kalopanax pictus)ÀÇ ÀÙÀ» Æ÷ÇÔÇÑ Áٱ⸦ ´ë»óÀ¸·ÎÇÑ ÃßÃâ¹°ÀÇ
¿ëµµ ¹× À̸¦ ¾ö³ª¹«¿¡¼­ ¾ò´Â Á¦Á¶¹æ¹ý¿¡ °üÇÑ °ÍÀ¸·Î¼­, º» ¹ß¸íÀÇ Á¶¼º¹° ¹× ¾ö³ª¹« ÃßÃâ¹°Àº »ó±â È¿´ÉÀÌ ¾Æ·¡
ÀûÀÀÁõ µî¿¡ ÁÁ¾Æ¼­ ¾ÕÀ¸·Î °Ç°­º¸Á¶½Äǰ, ÀǾàǰ, È­Àåǰ ÷°¡¹°, ½Äǰ ¹× À½·á·Î¼­ÀÇ ÀÌ¿ëÀÌ Å©°Ô
±â´ëµÈ´Ù.

 




¾ö³ª¹« ȯ Á¦Ç° ±¸¸Å ¹æ¹ýº» Á¦Ç°Àº Á¶¼±ÀÇ
»ç¶÷µé »çÀÌÆ® http://www.chosunsaram.co.kr  È¨¿¡ µé¾î¿À¼Å¼­
¿ìÃø ¹è³Ê¸¦ ´©¸£½Ã°Å³ª ¶Ç´Â ¼îÇθô Ȩ¿¡ ÀÖ´Â ¾ö³ª¹« ȯ Á¦Ç°À» Ŭ¸¯ÇϽøé Á¤Ç°À¸·Î ±¸¸Å°¡ °¡´ÉÇÕ´Ï´Ù. °áÀç ¼ö´ÜÀ¸·Î´Â Ä«µå´Â ¹°·Ð
¹«ÅëÀå °èÁÂÀÌü, ÀÎÅÍ³Ý ¹ðÅ·ÀÌ µÇ´Â °í°´²²¼­´Â ½Ç½Ã°£ °èÁÂÀÌü ÈÞ´ëÆù
°áÀç µî ´Ù¾çÇÑ ¹æ¹ýÀ¸·Î °áÀç°¡ °¡´ÉÇÕ´Ï´Ù. 
1°³¿ùºÐ = 150,000¿ø




 
¾ðÁ¦³ª °í°´´Ô²² Á¤Á÷À» ÆÄ´Â ±â¾÷ÀÌ µÇ°Ú½À´Ï´Ù.   (ÁÖ)Á¶¼±ÀÇ
»ç¶÷µé



º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀǰÅ
Á¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.
¼ö½Å°ÅºÎ
¹öưÀ» Ŭ¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎ󸮰¡ ÀÌ·ç¾î Áý´Ï´Ù.






[±¤°í]¹Ù¶ó¸¸ º¸´ø Ư±ÞÈ£ÅÚ ÆÐŰÁö¸¦ Àú·ÅÇÑ °¡°ÝÀ¸·Î Áñ°Üº¸¼¼¿ä!

2003-01-20 Thread HOTELRO
Title: ¿©À¯·Î¿î »îÀÇ Ãâ¹ß - Hotelro.com




  
 
   

   
   
½Ç½Ã°£ È£ÅÚ¿¹¾à ¼­ºñ½º. È£ÅڷδåÄÄ 
  

  

 
 

  
   

   
   

  

  


  
  


  


  

  

  
  
¤ý¹Ù´å°¡ Àü¸ÁÀÇ ½ºÀ§Æ® ·ë 1¹Ú 
¤ýÀü¿ë Executive Lounge¾ÆÄ§½Ä»ç,ĬÅ×ÀÏ ¹× ½º³¼ ¹«·áÁ¦°ø
¤ýõ¿¬¿Âõ»ç¿ì³ª, ÈÖÆ®´Ï½º¼¾ÅÍ, ½Ç³»¼ö¿µÀå ¹«·á»ç¿ë  
¤ýȸÀǽÇ(Àü¿ë¶ó¿îÁö) ¹«·á»ç¿ë(»çÀü¿¹¾à¿ä¸Á)  
   ÀÌ ¿Ü¿¡µµ ¿©·¯ ÇýÅÃÀÌ Á¦°øµË´Ï´Ù.

  
   
  


  

   


  



  


  

  

  
  
¤ýµð·°½º ·ë¿¡¼­ÀÇ 1¹Ú 
¤ýÈÖÆ®´Ï½º Ŭ·´ ³» »ç¿ì³ª, ¼ö¿µÀå ¹× Ã¼·ÃÀå ¹«·á ÀÌ¿ë
¤ý¾Æ½Ã¾Æ³ªÇ×°ø 1,000¸¶ÀÏ º¸³Ê½º Á¦°ø 
¤ýº£ÀÌÄ¿¸® ¼ó Ä«¶ó¹ß¸®ÀÇ ¿ÍÀΰú ÄÉÀÍ 20% ÇÒÀ뱂 
   ÀÌ ¿Ü¿¡µµ ¿©·¯ ÇýÅÃÀÌ Á¦°øµË´Ï´Ù.

  
   
  
  
  
  
  

  
   * À§ÀÇ ÃßõȣÅÚÀÇ ¿ä±ÝÀº ±â°£º°, È£ÅÚº°·Î Â÷À̰¡ ÀÖÀ»¼ö ÀÖ½À´Ï´Ù.
   * À§ È£ÅÚÀÇ ±Ý¾×¿¡ ¼¼±Ý/ºÀ»ç·á°¡ º°µµÀû¿ëµË´Ï´Ù.
  

  
  

  
  

  
  
 
  
 
 
  

 
  
  

  
  
 
 Á¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃÇÏ¿© ±¤°í ¸ÞÀÏ ÇÊÅ͸µ¿¡ 
  ÀÇÇØ ¼ö½ÅÀÚ Ãø¿¡¼­ Â÷´ÜµÉ ¼ö ÀÖµµ·Ï Çß½À´Ï´Ù. À̸ÞÀÏ ÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ 
  Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. À̸ÞÀÏÀÇ ¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã´Â ºÐÀº ¸ÞÀϼö½Å°ÅºÎ¸¦ 
  ´­·¯ÁÖ¼¼¿ä.
  º» À̸ÞÀÏÀº ¹ß¼ÛÀü¿ëÀ̹ǷΠȸ½ÅµÇÁö ¾Ê½À´Ï´Ù.
  
   
  
  
    
 Please be assured that we do not have any of your personal information other than your e-mail address.
  If you do not wish to receive it, please click the [reject bulk mail]

    


  

 
   

   
¿©À¯·Î¿î »îÀÇ Ãâ¹ß Hotelro.com ¢Ï°í°´¼¾ÅÍ TEL:82-2-557-6565 / FAX:82-2-557-6566
Copyright ¨Ï 1997-2003 (ÁÖ)ÀÎÆ÷Ä¿½º 
All Rights Reserved. 
  

  

  





Welcome new user JDLEE

2003-01-20 Thread Perl Authors Upload Server

Welcome Jeremiah Lee,

PAUSE, the Perl Authors Upload Server, has a userid for you:

JDLEE

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:  Jeremiah Lee
  email: CENSORED
  homepage:  
  enteredby: brian d foy

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



Re: Module submission User::Identity

2003-01-20 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Johan
Vromans <[EMAIL PROTECTED]> wrote:

> [Quoting Mark Overmeer, on January 20 2003, 19:16, in "Re: Module submissio"]

> > Many applications have a need for User information: address books, e-mail
> > tools, databases, configuration systems, etc etc.  So the common devider
> > should take its own name space.
> 
> Agree, no problem, but somehow "User::" doesn't feel right to me.

no, User is not right.  typically the "user" is the computer operator,
and this sounds like a catalog of people.

-- 
brian d foy (one of many PAUSE admins), http://pause.perl.org
please send all messages back to [EMAIL PROTECTED]



Re: Module submission User::Identity

2003-01-20 Thread Mark Overmeer
* _brian_d_foy ([EMAIL PROTECTED]) [030121 08:38]:
> In article <[EMAIL PROTECTED]>, Johan
> Vromans <[EMAIL PROTECTED]> wrote:
> 
> > [Quoting Mark Overmeer, on January 20 2003, 19:16, in "Re: Module submissio"]
> 
> > > Many applications have a need for User information: address books, e-mail
> > > tools, databases, configuration systems, etc etc.  So the common devider
> > > should take its own name space.
> > 
> > Agree, no problem, but somehow "User::" doesn't feel right to me.
> 
> no, User is not right.  typically the "user" is the computer operator,
> and this sounds like a catalog of people.

That is actually what it is.  Each User::Identity describes one physical
Person.  It tries to contain the information which is used to define
a user within various applications.

There is already a User.pm defined, which only provides a user-name and -login
definition, which is a pitty... my plans for User::Identity is all GCOS
information and more.

Please suggest something which is more suitable.  I have thought about
'Person', but that does not combine well for names of sub-modules.
'Config::User' is also not as nice, because the objects do not only
contains coniguration data [but may have it].

'Meta::User' can be code, but I think User::Indentity is right on the spot: I
want to describe the identity of a user for its applications... a user may
have multiple location identities (home, work, ...), e-mail identities
(private, webmaster, ...), imap identities (different servers with username
and password), etc.  User::Indentity collects and selects them for re-use.
-- 
   MarkOv   %-]


drs Mark A.C.J. OvermeerMARKOV Solutions
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://Mark.Overmeer.net   http://solutions.overmeer.net



Re: Module submission User::Identity

2003-01-20 Thread Mark Overmeer
* _brian_d_foy ([EMAIL PROTECTED]) [030121 08:38]:
> In article <[EMAIL PROTECTED]>, Johan
> Vromans <[EMAIL PROTECTED]> wrote:
> 
> > [Quoting Mark Overmeer, on January 20 2003, 19:16, in "Re: Module submissio"]
> > > Many applications have a need for User information: address books, e-mail
> > > tools, databases, configuration systems, etc etc.  So the common devider
> > > should take its own name space.
> > 
> > Agree, no problem, but somehow "User::" doesn't feel right to me.
> 
> no, User is not right.  typically the "user" is the computer operator,
> and this sounds like a catalog of people.

In your program, if you want to pass on one piece of data about one person,
are you willing to call it by a name indicating 'catalog'?

  my $me = Catalog->new('Mark', phone => '+31-00-');

or

  my $me = User::Identity->new('Mark', phone => '+31-00-');

and

  my @friends = Catalog->new(@user_identities);

well... to polute name-space not too much, I came to

  my @friends = User::Identity::Collection->new(@user_identities)

Of course, 'User' is nicer than 'User::Identity', but already taken.
-- 
   MarkOv   %-]


drs Mark A.C.J. OvermeerMARKOV Solutions
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://Mark.Overmeer.net   http://solutions.overmeer.net