[open-perl-ide-user] problem running the ide.
Brought to you by:
jguentherodt
From: Geovanny R. <geo...@ho...> - 2004-05-20 21:05:23
|
<html><div style='background-color:'><DIV> <DIV class=RTE>I'm trying this open perl ide but either I'm doing something wrong or theres a problem with it. I compiled the sample hello program that came with the IDE just fine. but then I ran a couple of my own like this one.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>#!/usr/bin/perl -w</DIV> <DIV class=RTE><BR> </DIV> <DIV class=RTE>print "What is your name? ";<BR>$name = <STDIN>;<BR>chomp ($name);<BR>print "Hello!, $name!\n";</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>this doesn't compile nor does it run. I mean if I compile I get some weird errors like this one.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>"Use of uninitialized value in concatenation (.) or string at ..\open_perl/perl5db.pl line 603."</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>If I run nothing appears on the screen. However if I make a mistake in the program like a syntax error or what not then the IDE is happy to tell me about it. Now, If i run the programs using the DOS prompt they work just fine. whats wrong?</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>i'm using perl version 5.8.3</DIV></DIV></div><br clear=all><hr>MSN 8 helps <a href="http://g.msn.com/8HMBEN/2752??PS=47575">ELIMINATE E-MAIL VIRUSES.</a> Get 2 months FREE*.</html> |