Help for this page
#!/usr/bin/perl -w ARG: foreach (@ARGV) ... die "Can't find a module named $_\n"; } exec $ENV{EDITOR} || '/bin/vi', @ARGV;