Help for this page

Select Code to Download


  1. or download this
    <script src="//code.jquery.com/jquery-3.4.1.min.js"
            integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=
    +"
    ...
    <script src="//localhost:8282/pm/pm.2.0.js"></script>
    <script src="//localhost:8282/pm/pm.2.0.cb.js"></script>
    <link rel="stylesheet" href="//localhost:8282/pm/pm.2.0.css" type="tex
    +t/css" />
    
  2. or download this
    "use strict";
    
    ...
    To do
      * Abort ajax on page leave; maybe https://stackoverflow.com/a/324482
    +28/109483
    */
    
  3. or download this
    // What XML generators are currently available on PerlMonks? https://p
    +erlmonks.org/?node_id=72241
    // PerlMonks Related Scripts https://perlmonks.org/?node_id=26649
    ...
      });
    
    });
    
  4. or download this
    body { 
     opacity: 0 !important;
     transition: opacity 0.5s;
    }
    
  5. or download this
    plackup -p 8282 -MPlack::App::Directory -e \
      'Plack::App::Directory->new({root => q{/path/to/the/files}})->to_app
    +' \
       --enable-ssl \
       --ssl-key-file /path/to/certs/localhost.key \
       --ssl-cert-file /path/to/certs/localhost.cert