Help for this page
use warnings; use strict; ... ## use smartmarch ~~ $empty_str ~~ $empty_hash_ref ? print "PASS" : print "FAIL"; ## print +PASS
my $empty_str = q{}; my $empty_hash_ref = {}; ## why? ... } $empty_str~~$empty_hash_ref?print "PASS": print "FAIL"; # print FAI +L