in reply to Re: Help in using backtick operator
in thread Help in using backtick operator
Yeah i did notice i made a mistake in the regex. But even after making the change it isn't working.
if ($file =~ m/AAAA\*$date/) is not working.
I haven't understood why you used ? in the regex too.