Thank you for the information marto!
I looked at that test and ran what it's doing with success on osx. Do you know why that fails on windows? If it has something to do with $^X (from
the test) then it might install with force since it's not in
the module source.
Thanks for warning people again about the shell mentioned in the title and pod; you have an eye for danger! It's just a demo and much less powerful than a real shell since it only runs with the privs of the web server. This is a typical single user administrative script for us kids who run perl on our home computers and don't have to worry about the perils of exposing it to the internet.
I wouldn't use
Markup::Perl in production on the net. It's been tested with perlrun under
mod_perl and that didn't work but was not persued because, even though any
handler can be made to work eventually, it's not necessary since we're not going into production with a hobby module. Frankly I don't care for the rationalizations and considerations (or the policing) that discourage and cripple a legacy core module on CPAN that ~246 distributions depend on (some very popular):
https://metacpan.org/requires/module/CGI
The most recent Perl my review script was tested on:
perl -le'print$^V'
v5.26.2
perl -MCGI -le'print$CGI::VERSION'
4.38
Markup::Perl can't be run from the command line AFAIK
because of that magic but the version here is 0.5.
STOP REINVENTING WHEELS, START BUILDING SPACE ROCKETS!—CPAN 🐪
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.