Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Weird encoding after grabing filenames

by ikegami (Patriarch)
on Jun 16, 2009 at 20:53 UTC ( [id://772139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    from_to($menu_files[0], 'ISO-8859-7', 'UTF-8') if @menu_files >= 1;
    from_to($menu_files[1], 'ISO-8859-7', 'UTF-8') if @menu_files >= 2;
    from_to($menu_files[2], 'ISO-8859-7', 'UTF-8') if @menu_files >= 3;
    from_to($menu_files[3], 'ISO-8859-7', 'UTF-8') if @menu_files >= 4;
    die("Need more!") if @menu_files >= 5;
    
  2. or download this
    sub from_to_multi {
       my $fr = shift;
    ...
    }
    
    from_to_multi('ISO-8859-7', 'UTF-8', @menu_files);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://772139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found