Help for this page

Select Code to Download


  1. or download this
    my ($one, $two, $three, $four) = (0,0,0,0);
    
  2. or download this
    my ($one, $two, $three, $four) = (0) x 4;