Help for this page
#!/usr/bin/perl -T use strict; ... require Plugins::$plugin; # ...
my $req = "Plugins::$plugin"; require $req;