Help for this page
Select Code to Download
Select
or
download this
(print(ref $result)) ? (join ":", @$result) : "no results";
Select
or
download this
print +(ref $result) ? (join ":", @$result) : "no results";
Select
or
download this
print ref($result) ? (join ":", @$result) : "no results";
Select
or
download this
print ref $result ? (join ":", @$result) : "no results";