I'm looking over a colleague's code and they start off a script with:
if (undef and 1) {
}
Does anyone have an idea about what this represents? Nothing occurs in this script before this point besides a few use statements:
use strict;
use Dargal::Web;
use File::Find;
use Data:
umper;
if (undef and 1) {
}
Does anyone have an idea about what this represents? Nothing occurs in this script before this point besides a few use statements:
use strict;
use Dargal::Web;
use File::Find;
use Data: