I am attempting to run a program within a perl script. The problem is I am a perl newbie (3 days old). I tried exec() and open() but am clueless on the parameters/arguments. On the a command line, this is the command that I run:
/home/mailman/bin/add_members -n/home/mailman/lists/minlist-news/email.out -wy minlist-news
How do I run the same program within a perl script?