jeremy.marzhillstudios.com/content/The-Perl-Deployment-Kit-2005-6-2.md

15 lines
711 B
Markdown
Raw Permalink Normal View History

2020-04-12 10:56:18 -04:00
+++
title = "The Perl Deployment Kit"
2020-04-12 15:59:04 -04:00
date = 2005-06-02T01:30:17Z
2020-04-12 10:56:18 -04:00
in_search_index = true
[taxonomies]
tags = [
"Site-News",
"Languages",
"Perl",
"Software-Development",
]
+++
2020-04-12 09:34:11 -04:00
So work has bought me the perl deployment kit from ActiveState. It allows me to compile perl scripts into executables. I think it builds on the experimental perlcc and family of utilities. All I can say is wow is that cool or what. It allows me take perl scripts I design to make administration tasks easier and turn them into executables for use elsewhere without installing perl on the target computer. I can make system tray applications, system services, and standalone executables. I am going to have a lot of fun with this.