Help for this page

Select Code to Download


  1. or download this
    my ($x,$y,$z);
    $x='a';
    $y='b';
    $z='c';
    
  2. or download this
    Input          Output.
    $x,$y,$x,$y => 2
    $x,$y,$z    => 0
    $x,$x,$x    => 1