Perl - Mailing Related doubt [ Mail Merge ]

2002-07-24 Thread ponnam . balam
Dear friends, I would like to do the Mail merge like concept in perl I have the data file which looks like File 1: #userntloginemail project list of files pons ponma X

Parsing the File path ( Help regarding Regular Expression )

2002-06-18 Thread ponnam . balam
Dear friends, *** Thanks to Bill for giving this code. I AM NOT ABLE TO PARSE THE PATH HAVING DIRECTORY AND SUBDIRECTORY WITH THE SAME NAME *** code : -- my @dirs = ('d:\temp\pons\pons2\vobs1\dir1\dir2\vobs2\fubar.html', 'd:\temp\pons\vobs2\dir

Autocompletion in Perl ( Win 32 )

2002-06-06 Thread ponnam . balam
[EMAIL PROTECTED] cc: "'Perl Win32 Users Mailing List'" veState.com <[EMAIL PROTECTED]>

How will i get the Password from the command mode

2002-06-03 Thread ponnam . balam
Dear friends, I would like to get the password from the COMMANDMODE . Can you please help me with your suggestions. Expecting your wishes, Pons. Ponnambalam. M.A. Philips Medical Systems, Philips Innovation Campu

Doubt in DB_File module

2002-05-12 Thread ponnam . balam
Dear friends, When i am trying to process the flat database using the DB_File , it is giving the error like this , Cannot open C:\CC-LIC-USAGE\teams.txt: File exists How will i get the values from the existing file. Is it possible or not. Ex

Re: Clearcase::SyncTree - Error - Please help me

2002-05-04 Thread ponnam . balam
Dear Sisyphus, Thanks for ur reply. I have already installed the module Clearcase::Argv . Please let me know, shall i have to install any other modules like Argv . Moreover , both Clearcase:

Clearcase::SyncTree - Error - Please help me

2002-05-04 Thread ponnam . balam
Dear friends, I have faced the following error when i use the Clearcase::SyncTree and Clearcase::Argv ( But i installed it from the Activestate using ppm , the installation went fine without error.)

Re: Printing to file

2002-04-24 Thread ponnam . balam
[EMAIL PROTECTED] Sent by: To: [EMAIL PROTECTED] [EMAIL PROTECTED] cc: (bcc: P

Basic Perl question

2002-04-24 Thread ponnam . balam
Dear All, I have seen one perl code with the follwing stuff sub func_name($$$) { $a = @_; } My question is , What is the purpose of