Re: [Perl-unix-users] converting relative to absolute path

2002-09-26 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hi, > > Is there a function in Perl that will convert a > relative path to an absolute path? Does anybody > have such a script? Or, if you can point me to where > I should start looking for writing my own script, I will apprciate it. Another possibilty: File::Spec --

Re: [Perl-unix-users] converting relative to absolute path

2002-09-26 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: > Hi, > > Is there a function in Perl that will convert a > relative path to an absolute path? Does anybody > have such a script? Or, if you can point me to where > I should start looking for writing my own script, I will apprciate it. Look in Cwd.pm (snippet from module

[Perl-unix-users] converting relative to absolute path

2002-09-26 Thread Tassos123
Hi, Is there a function in Perl that will convert a relative path to an absolute path? Does anybody have such a script? Or, if you can point me to where I should start looking for writing my own script, I will apprciate it. Thanks, --tassos