my $include = shift @ARGV; eval "use $include"; #### my $include = shift @ARGV; require $include; import $include;