http://qs1969.pair.com?node_id=1063972


in reply to Re^3: What is true and false in Perl? (undef,undef)
in thread What is true and false in Perl?

Hi can somebody explain to me the reason behind the following: test.pl: #!/usr/bin/perl my $a = (1==0); print "__".ref($a)."__\n"; Output: ____