Help for this page

Select Code to Download


  1. or download this
    $a = 123;
    print $a =~ m/^\d+$/, "\n";
    ...
    } else {
        print "undef";#not going this loop
    }
    
  2. or download this
    sub true_false {
        if (shift()) {
    ...
        print "false\n";
    }