Help for this page
Select Code to Download
Select
or
download this
my $x = $y || '';
Select
or
download this
$x ||= '';
Select
or
download this
if (defined $x) { reftype $x eq 'HASH' }