The Leech
The Leech (Arabic: Shabab emraa, also known as A Woman's Youth) is a 1956 Egyptian drama film directed by Salah Abu Seif. It was entered into the 1956 Cannes Film Festival.[1]
The Leech | |
---|---|
Directed by | Salah Abu Seif Amin Yousseff Ghurab |
Produced by | Wahid Farid Ramses Naguib |
Written by | Salah Abu Seif Amin Yousseff Ghurab Sayid Bidir |
Starring | Shadia |
Cinematography | Wahid Farid |
Release date |
|
Running time | 126 minutes |
Country | Egypt |
Language | Arabic |
Cast
- Shadia
- Taheya Cariocca as Shafaat
- Shukry Sarhan
- Abdel Warith Assir
- Seraj Munir
- Ferdoos Mohammed as Mother
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.
gollark: Yes.
References
- "Festival de Cannes: The Leech". festival-cannes.com. Retrieved 6 February 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.