Help for this page

Select Code to Download


  1. or download this
    Encode::from_to($_, 'ISO-8859-7', 'utf8') for @display_files;
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    print $c->end_html;
    exit;
    
  3. or download this
    print $cgi->header(-charset => 'utf-8'), $cgi->start_html;