On fredag, januari 18, 2002, at 02:16 , iain truskett wrote:

> use File::Spec;
> my $x = File::Spec->catfile('POE', 'Component');
> $foo =~ s/PoCo/$x/;
>
> Err, right?
>
> (or $foo =~ s/PoCo/File::Spec->catfile('POE','Component')/e; )
>
>
> Or am I missing something else? You want to concatenate paths as far as
> I can tell.

ah yess ofcourse, sorry for being slow that works

Arthur

Reply via email to