RE: beginners Digest 15 Feb 2002 16:00:47 -0000 Issue 686

2002-02-15 Thread Rustagi, Dhiraj
Hello, I would like to know if it is possible to add meta tags through a perl program? I have a SHTML file which calls the Perl program and I want this program to insert meta tags in the HEAD section of SHTML document. Thanks Dhiraj

Localizing message strings and static text

2001-09-25 Thread Rustagi, Dhiraj
Hello, I am creating a Perl based web site template and it will be deployed in different languages. I have some static text in the site like form labels, window titles, user error messages etc. I want to store these strings separately so that these can be easily translated. Which storage media is

Sending attachments in email

2001-09-14 Thread Rustagi, Dhiraj
Hello, I am using sendmail module to send emails but now I have a new requirement to send two attachments in the email which a user has attached in the form. I don't think sendmail has a capability to do that. What options do I have where I don't have to install a third party product? Thanks in

UTF Problem

2001-09-06 Thread Rustagi, Dhiraj
All, Is it true that Perl 5.005 (UNIX) does not supports UTF? Does this means Perl code cannot understand non ASCII characters. I have a PERL program which manipulates data retrieved from XML files and XML data can be non ASCII. Any help is appreciated. Thanks

Site design

2001-08-27 Thread Rustagi, Dhiraj
Hi, I am new to PERL. I need to know if embperl module works only with Apache server and not other HTTP servers? Also, can any one of you point me to any documentation which talks about designing a PERL site keeping internationalization in mind? Thanks