Help for this page

Select Code to Download


  1. or download this
    http://nikos.no-ip.org/cgi-bin/index.pl/?select=../../cgi-bin/index.pl
    +%00
    
  2. or download this
    my $passage = param('select') || "Αρχική
    + Σελίδα!";
    Encode::from_to($passage, "utf8", "ISO-8859-7") if param();
    ...
             local $/;
             $data = <FILE>;
        close(FILE);