in reply to Re: Or condition in Perl
in thread Or condition in Perl

Thanks tobyink ..When i tried with the regex each and evry time CONVERT FILE Window is opening ...Any idea where im making wrong..Once again Thanks Dude

Replies are listed 'Best First'.
Re^3: Or condition in Perl
by Corion (Patriarch) on Mar 11, 2012 at 09:53 UTC

    How did you make sure that the problem is related to the regular expression supplied by tobyink?

    Most likely, this is another error in your script that is totally unrelated to the regular expression.

    Maybe you should eliminate all other code and only keep the code that relates to the "convert file window", whatever that is. I don't see your code trying to load or save a file in the block governed by the regular expression, so you are either not showing the relevant code or are misinterpreting how your program behaves.