Skip to content

Instantly share code, notes, and snippets.

View shardiwal's full-sized avatar

Rakesh Kumar Shardiwal shardiwal

  • Fagbokforlaget V&B AS
  • Gurgaon, Haryana
View GitHub Profile
@artifactsauce
artifactsauce / list_installed_pm.pl
Created November 18, 2010 04:17
List installed perl modules
#!/usr/bin/env perl
use strict;
use warnings;
use Getopt::Long;
use ExtUtils::Installed;
use List::Util;
my %options = ();
GetOptions(