Help for this page

Select Code to Download


  1. or download this
    foreach $cnt(@count){
        system("tar -xf $cnt");
    }
    
  2. or download this
    map { system("tar -xf $cnt") } @count;