in reply to stuck during CPAN configuration

A quick test shows that your result is consistent with ./configure not existing in the current directory. (There may be other possibilities, but this is the most likely.)

If, for example, the file existed but was not executable, you might get:

> ./blah bash: ./blah: Permission denied

If the file existed, was executable, but contained a command that wasn't found, you might get something like this:

> ./blah ./blah: line 1: foobar: command not found

-QM
--
Quantum Mechanics: The dreams stuff is made of