Help for this page
print 'aha' if('ab$de' =~ /$/);
print 'aha' if('ab$de' =~ /b$/);
print 'aha' if('ab$de' =~ /$d/);
print 'aha' if('' =~ /$/);