On Wed, Nov 19, 2008 at 12:12:50PM -0500, Richard Lee wrote:
> I thought I could do this,
>
> if ( -f q#/tmp/yahoo.* ) {
>        system("rm -rf /tmp/yahoo.*");
> }
>
> what am i missing?

A hash, the glob() function, or perhaps just that the test is superfluous.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to