in reply to Re^5: CGI/FTP security question
in thread CGI/FTP security question
From what little I've read of it, I think its simplicity is rather nice. I'll check out the experimental extensions, as I am sure that there might be something useful there too. From the looks, I only have to change the names of a few functions (I am using $AUTOLOAD in strange and wonderful ways)
Actually, I think that my project works better in perl than most other languages, because of such features like $AUTOLOAD and $UNIVERSAL::can--which the lack thereof in other languages cause my code to get a little messy. This has caused my code to be much simplified, and makes it rather easy to implement something like TFTP.
Anyways that is borderline off topic. As I am implementing experimental features, I most likely will add session abilities too.
|
|---|