Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    my $A = 0;
    print $A +1 == 0 ? "A\n" : "B\n";
    
  2. or download this
    Can't use string ("0") as a symbol ref while "strict refs" in use at <
    +...> line 5.