http://www.perlmonks.org?node_id=934960


in reply to Help in using backtick operator

Not sure if I understand your question correctly, but I would start with:

HTH

Replies are listed 'Best First'.
Re^2: Help in using backtick operator
by manutd (Initiate) on Oct 31, 2011 at 20:33 UTC
    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.