Help for this page

Select Code to Download


  1. or download this
    
    "$_ is string\n" if (~$_ & $_) ne '0';
    
  2. or download this
    my $string = "0";
    my $num    = 0;
    ...
    
    print "num: $num is a string.\n" if ((~$num & $num) ne '0');