Any reason why the index script is in perl as opposed to php?
Whilst the code appears easy enough to read, it adds another skill requirement for managing the project in the future.
Could the code work in PHP just as well?
Any reason why the index script is in perl as opposed to php?
Whilst the code appears easy enough to read, it adds another skill requirement for managing the project in the future.
Could the code work in PHP just as well?
Comments
Comment #1
singularoThe perl script is no longer required, all required functionality is now implemented in the module.
Comment #2
jeremy commented@singularo: what do you think of removing all the perl scripts? I've never used them, and personally feel they just make things seem more complex than they are.
Comment #3
singularoYes, i agree. I've removed them now
Comment #4
singularo