Recent content by blazing_phoenix19

  1. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
  2. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
  3. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
  4. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
  5. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
  6. B

    How do I clear a row from a Multi-dimentional Array with Perl?

    For example, the entire row of $array[2][] needs to be emptied out. $array[2][] = (); ? Or do I need to for loop it: for($i=0; $i<0; $i++) $array[2][$i] = ();
Back
Top