Andy Lester
Andy Lester
I think this is a great idea, and I'd like to see it made more general. The problem of people not asking questions is bigger than just StackOverflow. I've had...
I do all the docs for `ack` in POD and convert them to manpages. I'd be glad to help. https://github.com/beyondgrep/ack3
I don’t know enough about the tool to write docs. I can help with the POD to manual and HTML conversion. > On Apr 10, 2019, at 4:19 PM, Scott...
`$ perldoc perlpod` to see the man page for POD. It has all the details. POD is like Markdown, just older. You do things like `=head1` for level headings, `B`...
No, it's also for internal documentation, but I think in this case you're just looking for man pages. Another benefit of using POD, since you're using Perl anyway, is that...
Thanks for the pointers. Adding the generator seems like the way to go, but I'd hate to have to add the `->add_generator` everywhere. My first notion would be to make...
http://download.oracle.com/oll/tutorials/SQLInjection/index.htm
http://php.net/manual/en/security.database.sql-injection.php
https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet
Also, redirect errors for the old pages that got deleted to the new translations page.