Help for this page

Select Code to Download


  1. or download this
    while( defined(my $filename = glob("*.txt"))){
    open(WORDLIST,$filename) || die "can't open wordlist: $!";}
    init_words();
    
  2. or download this
    open(WORDLIST, *.txt>);
    
  3. or download this
    line1
    line2
    
  4. or download this
    line3
    line4
    
  5. or download this
    file1.txt    line1
    file2.txt    line4