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

Re^2: RFC: Changing Perl Config settings

by Bloodrage (Monk)
on Feb 23, 2008 at 00:36 UTC ( [id://669692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print '@INC =('.(join ",", @include).")\n\n";
    print '%INCLUDE%=('.$ENV{'INCLUDE'}.")\n";
    
  2. or download this
    I:\Documents\Perl\U3 Perl Config scripts>perl testenv.pl
    @INC =(I:/strawberry/perl/lib,I:/strawberry/perl/site/lib,.)
    ...
    GTK\INCLUDE\GTKGLEXT-1.0;C:\System\GTK\LIB\GTK-2.0\INCLUDE;C:\System\G
    +TK\LIB\GLI
    B-2.0\INCLUDE;C:\System\GTK\LIB\GTKGLEXT-1.0\INCLUDE;C:\System\GTK\INC
    +LUDE\LIBGL
    ADE-2.0;C:\System\GTK\INCLUDE\LIBXML2;c:\system\usr\include)
    

Log In?
Username:
Password:

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

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

    No recent polls found