in reply to CMD prompt error

Global symbol "@vndr" requires explicit package name at 945106.pl line 334.
Bareword "MainLoop" not allowed while "strict subs" in use at 945106.pl line 438.
945106.pl had compilation errors.

I suspect your problem is in line 171:

if(system(-r $createdir))

You need to learn how to debug on your own. You are not a programmer if you do not know how to debug. This site is not a debugging service.

Replies are listed 'Best First'.
Re^2: CMD prompt error
by Anonymous Monk on Jan 23, 2012 at 18:24 UTC

    You need to learn how to debug on your own. You are not a programmer if you do not know how to debug. This site is not a debugging service.

    Um, you're missing the point of perlmonks, do shut up :)