Madame X (1954 film)

Madame X (Greek title I Agnostos) is a 1954 Greek drama film directed by Orestis Laskos. It is based on the 1908 play Madame X by French playwright Alexandre Bisson (1848-1912).

Madame X
Directed byOrestis Laskos
Written byAlexandre Bisson (play)
Orestis Laskos
StarringCybele
Vana Filippidou
CinematographyDinos Katsouridis
Edited byDinos Katsouridis
Release date
  • 1954 (1954)
Running time
109 minutes
CountryGreece
LanguageGreek

Plot

A woman is thrown out of her home by her jealous husband and sinks into depravity. Twenty years later, she finds herself accused of murder for saving her son, who does not know who she is. He finds himself defending her without knowing her background.

Cast

gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.