Thodakkam

Thodakkam (English: Beginning) is a Tamil thriller film starring Raghu Vannan and Monica directed by Muthukumar. Prior to release the film was known as Arambam. The film opened to poor reviews, and went unnoticed at box-office.[1]

Thodakkam
Directed byMuthukumar
Produced byK. S. Vijayendra
Written byMuthukumar
StarringRaghu Vannan
Monica
Raghuvaran
Meghna Nair
Ramesh Khanna
Music byJeyrom Pushparaj
CinematographyV. Adithya
Edited byUma Shankar Babu
Release date
  • 1 February 2008 (2008-02-01)
CountryIndia
LanguageTamil

Plot

Vanchinathan (Raguvannan), Gayathri (Monika), Chindo (Abinay), Habeeb (Rishi) and Nancy (Meha Nair) have studied together from childhood. Now graduates, they plan to find opportunities abroad to earn money. The day arrives but their plans are thwarted as they find themselves in the thick of a conspiracy.

Cast

Soundtrack

Soundtrack was composed by Jerome Pushparaj.[2]

  • Yaar Yaaro — Gautham, Maya
  • Adamin Apple — Ranjani-Gayatri, Sathyan
  • Phone Pottu — Gana Bala
  • Ethuthan Mudiyathu — Raghuvaran
  • Vaa Nanba — Vijay Yesudas
gollark: I think it's in `infocontext.txt`: they believed people were misled into thinking the other staff were not happy with rule changes.
gollark: Indeed!
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.

References


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