RosettaCodeData/Task/Null-object/Perl/null-object-1.pl

2 lines
52 B
Perl

print defined($x) ? 'Defined' : 'Undefined', ".\n";