in reply to Re^2: Changing Perl compile-time configuration settings
in thread Changing Perl compile-time configuration settings
It looks like it checks every file in the ActiveState installation (without reading too much about File::Find), checks with a regex in the check subroutine to see if they contain the $opt{from} string (which is the current $Config{prefix}), then pass the files to the edit subroutine which search and replaces the from location with the to location (and pads binary files).
It's comprehensive brute force, and probably OTT.
I should really do a grep for all files with C:\strawberry\ and see how long the list is...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Changing Perl compile-time configuration settings
by syphilis (Archbishop) on Feb 20, 2008 at 11:52 UTC |