Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Module::Build and PM_FILTER

by dragonchild (Archbishop)
on Dec 08, 2004 at 14:25 UTC ( [id://413204]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    UNI_YES        $x -= $str->length * $font_size;
    UNI_NO         $x -= length($str) * $font_size;
    
  2. or download this
    my $pm_filter = $use_unicode
        ? q{perl -pi -e "s!UNI_YES ! !g;s!UNI_NO  !\\#!g"}
        : q{perl -pi -e "s!UNI_NO  ! !g;s!UNI_YES !\\#!g"};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://413204]
Approved by BrowserUk
Front-paged by Courage
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found