ah, ok, so do you want more general comments on that script? Are you satisfied with your pod-xhtml code ?
The main thing I would do make more subs , maybe with more descriptive names
Path::Tiny makes using File::Basename/File::Spec... more convenient, it even does "or die" for you most of the time
Also included is subclassing Pod::Simple::XHTML if thats a direction you need
So ask more questions please
| [reply] [d/l] |
I am okay with the script, but appreciate the more perl-ish way of doing things and will take on your suggestions (except the flush-left comments, yuk :) The subclassing is the most important part; it needs to look at some parent/global context to get the path, which I can do by adding a sub to MyPSX to set the path; e.g., sometimes I want crypto:ssl:app, sometimes I want app:crypto:ssl, etc.
Thank you VERY much. I will post back in a day or two.
| [reply] |
Thanks to any/all posters here. The manpages on openssl now work! Thanks in particular to Phil Pearl for reaching out and turning the POC into production code :)
If I can ever return the favor with openssl code, ping me.
| [reply] |
Thanks to any/all posters here. The manpages on openssl now work! Thanks in particular to Phil Pearl for reaching out and turning the POC into production code :) If I can ever return the favor with openssl code, ping me. Neat The "production" version it might be interesting to read :)
| [reply] |