Hi monks, quick question, I have two variables, $dpage and $REPOSIT.
Both have the value:
/****/****/*********/public_html/weapons
However,the following:
if ($dpage eq $REPOSIT)
never gets evaluated to true.
Does Perl have a problem comparing strings with slashes?
Thanks.