Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $in = shift;
    use Data::Dumper;
    print Dumper($modules->{$in});
    
  2. or download this
    me@office:~$ perl Documents/scripts/find_module_use.pl 'RolePlaying::R
    +andom'
    $VAR1 = {
    ...
                          'List::Util'
                        ]
            };