![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^4: What is true and false in Perl? (undef,undef)by amartyaj (Initiate) |
on Nov 22, 2013 at 18:00 UTC ( #1063972=note: print w/replies, xml ) | Need Help?? |
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:
____
In Section
Tutorials
|
|