Hi again :)
I hope I'm not anoying anybody when I post really stupid questions :) I don't want to get RTFM ;)
Anyway, I tried to search the perldoc and also surf the web thinking I might find the answer to my question. Unfortunately I did not get any :(
I've been looking at this line of code which I really do not understand what the "&!" does, below is the line of code:
if($key =~ /^PERIODEND/ &! $budgetdata) {BudgetGroup->budget($input, $myclass, 3)}
I understand the rest of this line except for the "&!". I will really appreciate any help ;)