in reply to PDL compilation problem

Just call me eagle eye
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp pdl blib\script\pdl
pl2bat.bat blib\script\pdl
pl2bat.bat: Can't open blib\script\pdl: No such file or directory at C:\Perl\bin\pl2bat.bat line 101.
So you just do a  echo #>pdl and you're done :)

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^2: PDL compilation problem
by jschollen (Beadle) on Nov 28, 2005 at 08:50 UTC
    Amazing! It works.

    Do you know why it works? (since it is an empty file you put in place).

    Thanks.