Hi Joel, this should solve your problem
string $CamName = "main_cam"; //change main_cam name
if (`lookThru -q` == "persp")
{
lookThru $CamName;
}
else {
lookThru "persp";
}
you can change the name of the "main_cam" in the first line if you want to toggle between persp a different cam