Dr.Ruud wrote:
> Steven Mackenzie schreef:
>
>> s{\\$}{}g for @libs;
>
> The g is wrong there, because the regex can only match once (per array
> element).
> :-) I'll stick to using File::Spec in my code then.
Dr.Ruud wrote:
> Steven Mackenzie schreef:
>
>> s{\\$}{}g for @libs;
>
> The g is wrong there, because the regex can only match once (per array
> element).
> :-) I'll stick to using File::Spec in my code then.