fresher

2003-01-19 Thread uma ramdoss
hai, i am a beginner to perl and love to write proxy server & firewalls plz suggest me some good perl script books for that. thank You. - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: naming a variable as a numeric value

2003-01-19 Thread Wiggins d'Anconia
Ed Sickafus wrote: I asked in a previous query ... Is it possible to name a variable as the numeric value of a scalar? I should be more specific. Is it possible to convert the value returned by the time function into a name for a variable? I presume I concatenate some form of the number return

Re: Can somebody send me RFC numbers of POP3 & SMTP

2003-01-19 Thread Jenda Krynicky
From: "LRMK" <[EMAIL PROTECTED]> > can somebody send me RFC numbers of POP3 & SMTP http://www.faqs.org/rfcs/ SMTP = 2821 POP3 = 1939 MIME = 2045-2049 Jenda P.S.: I't possible that one of those is already obsoleted by a higher number. You'll find that info on that site. Jenda =

naming a variable as a numeric value

2003-01-19 Thread Ed Sickafus
I asked in a previous query ... Is it possible to name a variable as the numeric value of a scalar? I should be more specific. Is it possible to convert the value returned by the time function into a name for a variable? I presume I concatenate some form of the number returned to $:\

Re: cgi text color in tables

2003-01-19 Thread Dave K
Greg, Show some code, if you can. > i am using references in > table rows - it's better for me to highlight row by bgcolor avoiding Why would references be a problem? > additional loops - but maybe any idea how to quick change text color for a > row that's defined as reference to table - thanks i

RE: Escape Characters

2003-01-19 Thread Bill Burke
Thanks to both you and Craig for your help, I was able to get it working. Plus your responses have pointed to some areas I need to research. I'm sure be asking more in the future. bb -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Odp: cgi text color in tables

2003-01-19 Thread Skorpion
thanks for info - i figured out it won't be easy - i am using references in table rows - it's better for me to highlight row by bgcolor avoiding additional loops - but maybe any idea how to quick change text color for a row that's defined as reference to table - thanks in advance greg - Origin

reading text file

2003-01-19 Thread MJ
Hi All, I am a newbee to CGI. I have about 100 textfiles with particulars as Name: Employee_Number: Department: Area: etc in each file. The data here is about individual employees stored in separate text files on the server. On the homepage I will be giving a list of all the names of the employees

Re: ISP won't install Perl modules

2003-01-19 Thread Wiggins d'Anconia
I thought CPAN inherited the PERL5LIB as it's install location. If this is not the case on of the configuration parameters given to CPAN is something like "Additional options for Makefile" which you can set to include a directive such as "PREFIX=/path/to/lib/dir" that will then get passed to th

Re: cgi text color in tables

2003-01-19 Thread Craig Dean
On Saturday 18 January 2003 06:01 pm, you wrote: > > > i can't change the text color in a single row of table (even in all > > table) > > > > sincerely greg > > > > this is an html specification. To affect data or text in the cells each > > cell > > > must be formatted with the desired attributes.

Re: Escape Characters

2003-01-19 Thread WilliamGunther
In a message dated 1/18/2003 6:43:00 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > I was looking for > something similar to the PHP addslashes(). Or maybe replace, like > replace(strAdd, "@", "\@"). You could just say $email = '[EMAIL PROTECTED]'; The '..' is without interpolation, and

Re: Escape Characters

2003-01-19 Thread Craig Dean
On Saturday 18 January 2003 05:46 pm, you wrote: > I have used the "\", and the sendmail then worked. I was looking for > something similar to the PHP addslashes(). Or maybe replace, like > replace(strAdd, "@", "\@"). > Thanks, bb > > -Original Message- > From: Craig Dean [mailto:[EMAIL PRO

Can somebody send me RFC numbers of POP3 & SMTP

2003-01-19 Thread LRMK
can somebody send me RFC numbers of POP3 & SMTP -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]