how do you turn the path to cgi-bin into a variable? i know that, with access to the shell, you can get the path using the linux command pwd. thereafter, the path can be stored in a scalar variable. what i would like to know is if perl has a built-in variable that contains the path or a function or module that can spit out the same? thanks in advance.