Help for this page

Select Code to Download


  1. or download this
    print for unzip('AaBbCcDdEeFGHIJ', 5);
    
  2. or download this
    for (unzip('AaBbCcDdEeFGHIJ', 5)) {
        print STDOUT "$_\n";
    }