I'm trying to use the catfile method in the File::Spec module. The following
program (called test.pl):

        Use File::Spec::Unix;
        $c = catfile("aa", "bb");       # line 2

Gives this error: "Undefined subroutine &main::catfile at test.pl line 4".

I've set PERL5LIB to the correct directory, but it still doesn't work. Any
ideas?

N.G.




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to