$ cpan -i Tk #### #!/usr/bin/perl -W use strict; use CPAN; while () { chomp; install $_; } __DATA__ Foo::Bar Foo::Baz Foo::Quux