How to do strong type comparsion in Perl, like in PHP e.g.
// same type and same value if ($foo === $bar) { } -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/
How to do strong type comparsion in Perl, like in PHP e.g.
// same type and same value if ($foo === $bar) { } -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/