Help for this page
my $include = shift @ARGV; eval "use $include";
my $include = shift @ARGV; require $include; import $include;