Help for this page

Select Code to Download


  1. or download this
    use overload '0+' => \#
    sub num { print "[$_[0]->[0]]"; return $_[0]->[0]; }
    
  2. or download this
    [1][1]1 == 1
    1 != 3
    ...
    [1][4]4 != 1
    4 != 3
    4 == 4