Help for this page

Select Code to Download


  1. or download this
    for (1..$x) {
        system("data_pump data -band $_");
    }
    
  2. or download this
    for (reverse 1..$x) {
        system("data_pump data -band $_");
    }