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

Re^3: Problems with unicode properties in regular expressions under chroot (install)

by Anonymous Monk
on May 10, 2013 at 23:51 UTC ( #1033062=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mutf8 -le " utf8->SWASHNEW(q/Print/) ; print for %INC"
    
  2. or download this
    $ perl -le " qr{\P{Print}}; print for %INC; "
    
  3. or download this
    preload_unicore ();
    print for keys %INC;
    ...
        s{^\Q$privlib\E}{} for @files;
        eval { require "$_"} for @files;
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2023-06-06 16:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?