Is it dangerous to pass "relative" paths to things instead of full paths?

For example within my web app I have logging and I tell it where to log by 'logs/logname.log' and not '/home/public/logs/logname.log'. I also have my "personal" lib as:
        
        'use lib qw( lib/ );'

and not:

        'use lib qw( home/public/lib/ );

I am just curious about that and if others pass relative paths around.

Robert


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to