Help for this page
#!/usr/bin/perl use warnings; ... my @array = grep ! /^--(?:config|enter)$/, @ARGV; print "@array";