Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Adminmisc & V5.16

by Anonymous Monk
on Nov 14, 2014 at 07:53 UTC ( [id://1107182]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    use Config;
    $BORLAND = 1 if $Config{'cc'} =~ /^bcc32/i;
    ...
    $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG) $(XSUB
    +PPARGS) $*.xs >xstmp.c && $(MV) xstmp.c $*.cpp
    ';
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-18 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found