I have a Perl program that loops through the r.lake module, and
captures output.  In the program, there are a few instances where
I would like to test if a given raster already exists.  In perl,
its something like this to test if a file exists ... if (-e "filename")
{ do stuff }.<br>
<br>
is there a way to use this feature against a raster?&nbsp; Otherwise, I
was going to do something like <a href="http://r.info">r.info</a> and pipe the output to a
file.&nbsp; then search that the file for some keyword indicating it
exists or doesnt exist.<br>
<br>
any other ideas or approaches?<br>
<br>
<br>
thanks,<br>
Mark<br>