BUSY as ALL GET OUT

pudge on 2001-08-03T22:37:27

I am working at 6:30 on a Friday. TPJ article is in, Slashdot beta is live, and I am coding away.

I just used "&&=" for the first time in real code. I hadn't planned on it, but there it was.

my($cfg1, $cfg2, $VirtualUser) = @_;
$VirtualUser &&= getCurrentVirtualUser();



If the flag is true, then get the current value for the virtualuser. Cool. It is weird when you have been using perl for so long but use some feature for the first time.