Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Perry Mason: The Case of the Ruthless Reporter

Cast (29)

  • Raymond Burr

    Raymond Burr

    Perry Mason

  • Barbara Hale

    Barbara Hale

    Della Street

  • William R. Moses

    William R. Moses

    Ken Malansky

  • Susan Sullivan

    Susan Sullivan

    Twyla Cooper

  • Jerry Orbach

    Jerry Orbach

    Vic St. John

  • Mary Page Keller

    Mary Page Keller

    Cassie Woodfield

  • John James

    John James

    Brett Huston

  • Philip Michael Thomas

    Philip Michael Thomas

    Chuck Gilmore

  • Earl Billings

    Earl Billings

    Al Shockley

  • Gary Giem

    Gary Giem

    Sam Garza

  • Betsy Jones-Moreland

    Betsy Jones-Moreland

    Judge Elinor Harrelson

  • Peter Jurasik

    Peter Jurasik

    Gary Slate

  • Kerrie Keane

    Kerrie Keane

    Gillian Pope

  • James McEachin

    James McEachin

    Lt. Ed Brock

  • Andy Romano

    Andy Romano

    Asst. D.A. Jack LaRusso

  • Beau Starr

    Beau Starr

    Dave Franco

  • Una Kim

    Una Kim

    Brenda Lim

  • Susan Lentini

    Susan Lentini

    Elise Franco

  • Ed O'Brien

    Ed O'Brien

    Fred Davidson

  • Dwayne Carrington

    Dwayne Carrington

    Detective Peters

  • Ron Headlee

    Ron Headlee

    Detective Jackson

  • Brad Leland

    Brad Leland

    Fire Captain

  • Doug Lenzini

    Doug Lenzini

    Technician

  • Bev Newcomb

    Bev Newcomb

    Landlady #2

  • Owen O'Farrell

    Owen O'Farrell

    Officer Paretti

  • Roger Pancake

    Roger Pancake

    Hank Rossiter

  • Terry Rhoads

    Terry Rhoads

    Lance

  • Jeff Valdez

    Jeff Valdez

    Stand-Up Comic

  • Cecile Walker

    Cecile Walker

    Landlady #1

Crew (56)