Re: perl code for if-elsif-else logic

2011-06-02 Thread John W. Krahn
Anirban Adhikary wrote: Hi list Hello, I have wirtten the following perl code which has some configuration params such as prefix,suffix,midfix and nofix. The logic is filenames will be selected based on prefix,suffix and midfix pattern.After the fiter through above 3 patterns if file names

perl code for if-elsif-else logic

2011-06-01 Thread Anirban Adhikary
Hi list I have wirtten the following perl code which has some configuration params such as prefix,suffix,midfix and nofix. The logic is filenames will be selected based on prefix,suffix and midfix pattern.After the fiter through above 3 patterns if file names exists with nofix patterns it will be

Re: perl code for if-elsif-else logic

2011-06-01 Thread Shlomi Fish
Hi Anirban, a few comments on your code. On Thursday 02 Jun 2011 08:06:54 Anirban Adhikary wrote: Hi list I have wirtten the following perl code which has some configuration params such as prefix,suffix,midfix and nofix. The logic is filenames will be selected based on prefix,suffix and