File::Spec->file_name_is_absolute(path)
path
Takes a path as argument and returns true if it is an absolute path. Checks for VMS directory specification as well as Unix separators.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]