Help for this page

Select Code to Download


  1. or download this
    @array = ();
    
  2. or download this
    while (1) {
       my @array;
       ...
       Dumper(\@array)
    }