plack的意思
plack中文翻譯:
(舊時蘇格蘭通用的)低值小硬幣
一點點,幾乎沒有(蘇格蘭英語)
Plack already has many useful applications that you may want to integrate with your web portal.───Plack 中有很多有用的應用程序,您肯定想將它們集成到您的 Web 門戶中。
There are many Plack: : Apps and Plack: : Middleware modules available to help with common tasks.───有很多的Plack: Apps和Plack: Middleware模塊可以幫助我們完成常見任務。
Plack handles all of these issues and provides a simplified environment for building web applications.───能夠解決這些問題,而且提供了一個簡化的環境來構建Web應用程序。
At this stage, it is probably worth investigating one of the many web frameworks that offer PSGI support and can be run with Plack.───到此為止,深入研究一下提供PSGI支持并能使用Plack的眾多Web框架之一也許是值得的。
Plack handles all of these issues and provides a simplified environment for building web applications.───Plack能夠解決這些問題,而且提供了一個簡化的環境來構建Web應用程序。
This installs the core Plack modules that are required to build web applications quickly and easily (see Listing 4 below).───以上步驟就是快速方便地構建Web應用程序所需的核心Plack模塊(參見下方清單4)。
Plack sits between your code (whether you use a web framework or not) and the web server (for example, Apache, Starman, FCGI).───Plack位于代碼(無論是否使用框架)和Web服務器(例如,Apache、Starman和FCGI)之間。
In Listing 6, for example, we are using Plack: : App: : Directory to get a directory listing and to serve it's content as static files.───例如,在清單6中,我們使用Plack::App::Directory來列出目錄,并將其內容用作靜態文件。