Help for this page

Select Code to Download


  1. or download this
    package RainbowTable;
    =pod =================================================================
    +=========
    ...
    }
    
    1;
    
  2. or download this
    use RainbowTable;
    
    ...
    while ($generator->next) {
       print $generator->string, "\n";
    }