This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Perl Archive Toolkit" – news · newspapers · books · scholar · JSTOR (March 2024) (Learn how and when to remove this message)

Perl Archive Toolkit (PAR) is a cross-platform packaging and deployment tool for computer applications and libraries written in the Perl programming language. Its name is inspired by Java's JAR (file format) technology. It was originally developed by Audrey Tang and is now maintained via the PAR development mailing list with help from numerous contributors[1].

Apart from creating, manipulating, loading, and installing binary PAR archives, the PAR module can be used to create standalone executables from complex applications using its PAR::Packer extension. Like many other Perl modules, PAR is primarily distributed via the CPAN where numerous extensions have been published. These include:

References

[edit]
  1. ^ "Ubuntu Manpage: PAR - Perl Archive Toolkit". manpages.ubuntu.com. Retrieved 2024-05-05.
[edit]