in reply to What does &! mean?
Hi,
Seems like he is putting together two operand...
Try to change the ! for 'not', if nothing changes it really says:
if(($key =~ /^PERIODEND/) & (not $budgetdata)){ BudgetGroup->budget($input, $myclass, 3) }
So the single '&' is the Bitwise operand.
Regards,
|
|---|