Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print 2, xdefined($h,"a",2);
    print 1, xdefined($h,"a");
    print 0, xdefined($h);
    
  2. or download this
    5
    4
    ...
    2:1
    1:1
    0:1