Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561230
en ru br
ALT Linux repos
S:0.25-alt6
5.0: 0.25-alt1
4.1: 0.25-alt1

Group :: Development/Perl
RPM: perl-PPerl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.25-alt1
Build date: 9 august 2007, 09:52 ( 872.3 weeks ago )
Size: 32.75 Kb

Home page:   http://search.cpan.org/~msergeant/PPerl/

License: Perl license
Summary: make perl scripts persistent in memory
Description:

PPerl  turns ordinary perl  scripts into long running daemons,
making subsequent  executions extremely fast. It forks several
processes for each script, allowing many processes to call the
script at once.

The easiest way to use it is to change your shebang line from
"#!/usr/bin/perl -w" to use pperl instead:
"#!/usr/bin/pperl -w".

Like other persistent environments, this one has problems
with things like BEGIN blocks, global variables, etc.

Current maintainer: Nikolay A. Fetisov

List of contributors

List of rpms provided by this srpm:

  • perl-PPerl
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin