Modern core method of uploading file in Perl -


i'm looking write script lets user upload image webpage, later use on website. per usual, can find examples involving cgi.pm. there core modules can use replacement?

the perl core distribution contains no modules writing web applications. think want based on plack::request , plack::request::upload (for example dancer2::core::request::upload).


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -