Link to home
Start Free TrialLog in
Avatar of andru
andru

asked on

perlide runnin under xp

on this machine i was developin my perl/cgi scripts usin indigo perl and perlide. downside was indigo perl would eventually hog all resources and i would have to reboot. upside is perlide was rock solid.

gnow i'm runnin xp and upside is, indigo works a treat, downside is perlide won't compile my scripts. this aint that bad cos my scripts compiled most of the time, but the debugger would quickly display the output of the script, and i gneed the single step execution.

whenever i try to compile a script i get...

<snip>

No DB::DB routine defined at G:/perl/indigo/perl/lib/Cwd.pm line 151.
BEGIN failed--compilation aborted at G:/perl/indigo/perl/lib/Cwd.pm line 151.
Compilation failed in require at ..\..\..\..\ide/perl5db.pl line 39.
BEGIN failed--compilation aborted at ..\..\..\..\ide/perl5db.pl line 39.
Compilation failed in require.
BEGIN failed--compilation aborted.

</snip>

also a perl script called cwd.pl is open wiv execution point at the line...

<snip>

use Carp;

</snip>

please can anybody tell me what to do. are there any workarounds? i've tried contactin the author, and it seems i have the latest release.

or failin that, are there any other perl ide packages available. i'll pay for one if it's reasonably priced.

tia

andrew sprott
ASKER CERTIFIED SOLUTION
Avatar of hgajas
hgajas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andru
andru

ASKER

thanks for the recomendation, if i like it and decide to use it, i'll give you the points. atm i'm also tryin out sitepad pro, but it seems to be more oriented for java than perl, but it aint that bad.

tia
Avatar of andru

ASKER

k, looks like this is a good perl ide. just one question, how can i display a value for a scalar in a watch

tia
Avatar of andru

ASKER

k, sorted. i like optiperl, tho it don't debug javascript, which is a little bind. do you gnow of any workarounds for that?

tia