Do you know where your variables are? | |
PerlMonks |
Re: Extract a stringby johndageek (Hermit) |
on Sep 05, 2008 at 19:07 UTC ( [id://709372]=note: print w/replies, xml ) | Need Help?? |
Jst for fun and since I know compuers can be a wee bit picky, your string "USERs/User_01/user_01.config" will never be fouind in the string "<include>$CONFIGURATION_PATH$/USERs/user_01/user_01.config</include>" User_01 and user_01 do not match due to case difference. use uc() on both sides of the strnig and attempt a compare.
Enjoy!
In Section
Seekers of Perl Wisdom
|
|