Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
Any one have any suggestion, please Cheersfor my $hashref($HR_wnt,$HR_unx,$HR_component) { for my $id (keys %$hashref) { if ($id eq 'res.ldlibrarypath') { if ($$hashref{$id} =~ /=\//) { $$hashref{$id}=~ s/\/opt\/app\/$target.*?://; } } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Update hash value
by GrandFather (Saint) on Jun 25, 2009 at 08:43 UTC | |
|
Re: Update hash value
by moritz (Cardinal) on Jun 25, 2009 at 11:48 UTC | |
by Sun751 (Beadle) on Jun 25, 2009 at 11:52 UTC |