Thread
:
Simple Output in Perl
View Single Post
chorny
Go4Expert Member
26Jan2011,21:41
Code:
use 5.010; say -3%2;
or just
Code:
print -3%2,"\n";
You didn't wrote form which OS you need IDE, and if you have other OS than Windows, you already have perl installed (unless you have some very exotic OS). Eclipse+EPIC IDE works on every major OS.