#!/usr/bin/perl print "What Shouls We Name It? "; my $name = ; chomp($name); print "Wheres It Going? "; my $path = ; chomp($path); print "File Type (jpg, gif, png, bmp)? "; my $ext = ; chomp($ext); exec "import -window root $path/$name.$ext\n";