{ "description" : "How to write your own uninstall modules script", "slug" : "3/2013/3/27/How-to-cleanly-uninstall-a-Perl-module", "categories" : "tooling", "date ...
Installing a Perl module is not a genius’ work, but getting it done without root access can be a challenging task (of course not impossible). You may face this ...
If you write enough Perl, you'll reach a point where you need to create a module. And the more you work with quality code modules from the Comprehensive Perl Archive Network (CPAN), the more you're ...
This repository collects code snippets and tutorials from my experience with Perl and Tcl/Tk (not to be confused with Perl/Tk) on how to create a Perl+Tcl/Tk application and deploy it on Windows and ...
There are many tools available to install and Perl modules. We are going to try two tools namely cpan and cpanm. It is worth mentioning that Many modules on CPAN ...
Debian Unstable has been upgraded to Perl 5.40.0, bringing a range of new features, security updates, and bug fixes. Debian Developer Niko Tyni announced the transition on the Debian mailing list, ...
As more and more Web sites begin using XML for their content, it's increasingly important for Web developers to know how to parse XML data and convert it into different formats. That's where the Perl ...
The NONMEM program is the most widely used nonlinear regression software in population pharmacokinetic/pharmacodynamic (PK/PD) analyses. In this article we describe a ...
Perl is a language often associated with text processing and CGI. PHP is a language often associated with dynamic Web pages. Both are very popular with Web developers. Often, each of these languages ...
In my last article for Linux Journal's web edition, I discussed a web-based program that queried an SQL database and output a native Excel file. That article was based on a program I wrote for a ...