Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Perl / FileFind or ...

by Anonymous Monk
on Nov 27, 2012 at 22:51 UTC ( [id://1005938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ chcp
    Active code page: 437
    ...
    
    $ perl -MData::Dump -e " dd[ glob q/da-*/ ] "
    ["da-M\xF6tleyCr\xFCe"]
    
  2. or download this
    $ perl -MEncode::Detective=detect -le " die detect( glob q/da-*/ ) "
    windows-1252 at -e line 1.
    ...
    Encode::XS=SCALAR(0x9a622c)
    $ dir /b "da-*" | perl -MEncode::Guess -e " $f = <>; die guess_encodin
    +g($f , q/cp437/)->name  "
    cp437 at -e line 1, <> line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-19 05:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found