in reply to Re: Match a list of numbers from a list of files
in thread Match a list of numbers from a list of files

Thanks a lot GrandFather..I'll use the code and try it out. Will let you all know. Appreciate your help.
  • Comment on Re^2: Match a list of numbers from a list of files

Replies are listed 'Best First'.
Re^3: Match a list of numbers from a list of files
by perlthirst (Scribe) on Dec 18, 2008 at 12:20 UTC
    As per your requirement, will the transaction begin, only after end of the previous transaction? or when one transaction goes on, another transaction can be started? If it is, then you have to handle differently, your solution may not work, else this is fine.
      It will begin after the end transaction. So this should work.