[open-perl-ide-user] can't get open perl to work.
Brought to you by:
jguentherodt
From: Geovanny R. <geo...@ho...> - 2004-05-18 14:04:28
|
<html><div style='background-color:'><DIV class=RTE> <P><BR><BR>Ok I tryed compiling the sample file that came with open perl ide. This worked fine.</P> <P>Then I added the follwing pice of code and tryed comiling it. It gave me an erroUse of uninitialized value in concatenation (.) or string at ..\open_perl/perl5db.pl line 603 and more. the code that I used is</P> <P>#!/usr/bin/perl -w</P> <P><BR>@SomeList = (8, ' eight ', 9, ' nine');<BR>@TenList = (10, ' ten ');<BR>push (@SomeList, @TenList);<BR>unshift(@SomeList, "The Big Seven");<BR>print @SomeList;<BR></P> <P>procedure I used to compile the code was.</P> <P>1) when to file open selected file.</P> <P>2) whent to project compile.</P> <P> </P> <P>Now if I run the same code using the comand promt with perl 5.8.. it works just fine. any sugestions?</P></DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMBEN/2737??PS=47575">MSN 8:</a> smart spam protection and 2 months FREE* </html> |