Help for this page

Select Code to Download


  1. or download this
        $data[$i] = ();
  2. or download this
    $_ = undef for @data;
  3. or download this
    @data = ();
  4. or download this
    for (@data) {
        @$_ = ();
    }