From: Rich Fernandez <[EMAIL PROTECTED]>
> I have a hash which looks something like this:
> %hash = ( foo => 'a', bar => 'b', filespec => "$filespec");
>
> I also have a function which includes the following code:
>
># Figure out if we were passed a filename or an array ref
>if ( exists
I have a hash which looks something like this:
%hash = ( foo => 'a', bar => 'b', filespec => "$filespec");
I also have a function which includes the following code:
# Figure out if we were passed a filename or an array ref
if ( exists $info -> {filespec} ) {
$filespec = $info ->