G
GHBoom
Hello,
Im writing a program, for Filezilla brute force detection,
and man just found a bug I introduced way back....
I was wondering if anyone here would be interested in helping
me clean it up, and help me get it ready to use strict ?
In general, there is more then one way to do it in perl, I guess I
did it my way, at the very least, 90% is readable and easy to digest.
If your interested, What I would like to do first is,
Clean it up...
for example as the script evolved
I used at one point @here=sort(@there)
looking at it many many changes later, Im left ondering why I just
didnt
sort(@there) and be done with it !
Anyway, if you would like to contribute to an open source project
that may just take off, please let me know ;-)
GHBoom
Im writing a program, for Filezilla brute force detection,
and man just found a bug I introduced way back....
I was wondering if anyone here would be interested in helping
me clean it up, and help me get it ready to use strict ?
In general, there is more then one way to do it in perl, I guess I
did it my way, at the very least, 90% is readable and easy to digest.
If your interested, What I would like to do first is,
Clean it up...
for example as the script evolved
I used at one point @here=sort(@there)
looking at it many many changes later, Im left ondering why I just
didnt
sort(@there) and be done with it !
Anyway, if you would like to contribute to an open source project
that may just take off, please let me know ;-)
GHBoom