Dave Coleman wrote: > Tim Hunter wrote: > >> Check out the system() method. >> > looks like system only returns true or false if the system call executes > successfully. What if you want to evaluate what's returned from that > perl script? > > backticks my friend :)