Deployment can be a time-wasting issue for a web application, and arranging your system “to be easily compatible with Plack” is a way to save a lot of that time, if it works for you and your application.
Changing the method of deployment is, traditionally, an even more tricky thing to do, coming as it usually does when the app has become a “legacy system.” Once again, this might make things easier. The app code that you write becomes more platform-agnostic, with the actual set of necessary changes being concentrated into a much smaller place.
-
Are you posting in the right place? Check out Where do I post X? to know for sure.
-
Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
<code> <a> <b> <big>
<blockquote> <br /> <dd>
<dl> <dt> <em> <font>
<h1> <h2> <h3> <h4>
<h5> <h6> <hr /> <i>
<li> <nbsp> <ol> <p>
<small> <strike> <strong>
<sub> <sup> <table>
<td> <th> <tr> <tt>
<u> <ul>
-
Snippets of code should be wrapped in
<code> tags not
<pre> tags. In fact, <pre>
tags should generally be avoided. If they must
be used, extreme care should be
taken to ensure that their contents do not
have long lines (<70 chars), in order to prevent
horizontal scrolling (and possible janitor
intervention).
-
Want more info? How to link
or How to display code and escape characters
are good places to start.
|