Help for this page

Select Code to Download


  1. or download this
    print header( -charset=>"iso-8859-7" );
    print start_html( -title=>"Ψυχωφελή Πνευματικά Κείμενα!", -background=
    +>"../data/images/night.jpg" );
    
  2. or download this
    @files = <../data/texts/*.txt>;
    $file  = $files[int(rand(@files))];
    ...
    open(IN, "<$file") or die $!;
       @data = <IN>;
    close(IN);