Help for this page
open(CSV,">import.csv"); #open file to import to Exchange ... $exchCommand .= "/d " . $refRS->Fields("mailServer")->value; $exchCommand .= " /n /o options.txt"; my $exchOut = `$exchCommand`;