Questions tagged [epic]

EPIC - Eclipse Perl Plugin (IDE)

EPIC - Perl Editor and IDE for Eclipse

EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are into CGI scripting or full-fledged Perl projects with hundreds of modules, EPIC is the most feature-rich and extensible free Perl IDE available today, thanks to a seamless integration with all the major features and GUI conventions of Eclipse. (Homepage)

119 questions
0
votes
1 answer

How can I suppress this superflous debugger output in Eclipse/EPIC?

I have a strange problem with the Perl Debugger in EPIC. When I started using it, all worked fine as expected. I would set breakpoints, run a program in debug mode, step through it ... Then, something must have changed but I have no idea what. Now,…
jackthehipster
  • 978
  • 8
  • 26
0
votes
1 answer

Can't run perl scripts from server in EPIC (Eclipse)

I'm trying to edit Perl scripts on a company server (test server so far) with Eclipse using the EPIC plugin. I managed to get so far as to be able to load folders with scripts, and open the scripts properly, but any time I try to run them, I get the…
WolfyD
  • 865
  • 3
  • 14
  • 29
0
votes
2 answers

Perl DBI Results Referenced by Index

The Problem: I'm using DBI with Perl, and need to do a double nest loop through records in my records set. In the past, I've used while statements like: my $someQuery = "SELECT * FROM foo;"; my $sth =…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
0
votes
1 answer

Perl on Eclipse (EPIC plugin) vs standalone: Global symbol "%Config" requires explicit package name

I have a large project requiring maintenance. If I run the file on cmd, it works fine perl entry.pl However if I run with Eclipse (using EPIC plugin for Perl), it throws the following error Global symbol "%Config" requires explicit package name at…
Mathai
  • 839
  • 1
  • 12
  • 24
0
votes
1 answer

Perl indent doesn't use space

I am using Eclipse Luna. I have installed the Perl EPIC plugin. I want to indent 4 spaces instead of TAB. I have checked Window -> Preferences -> General -> Editors -> Text Editors -> Insert spaces for tabs, but still when there is need to auto…
Amy
  • 29
  • 4
0
votes
1 answer

JIRA: Epic issue that can last for multiple versions and "Affect versions"&"Fix versions" fields

I have a project. It is a web-site. The project has just started. I found reasonable to group all design-related stories into one Epic called "Design"... BUT ...At the moment I started to fill "Design" epic JIRA card I caught myself at being not…
nickolay
  • 3,643
  • 3
  • 32
  • 40
0
votes
1 answer

perl.exe runs from any folder, and perldoc.bat is not. Meanwhile they both are located in the same folder

I use ActiveState Perl 5.8.8 with Eclipse/EPIC. And it works fine. I'd like to use perldoc as well. But there is message in Eclipse "Documentation is not available." in Eclipse my perl interpreter is "C:\perl\bin\perlexe". Or if I type in cmd…
Sergey
  • 1
  • 1
0
votes
1 answer

In eclipse, is there a way to have it handle custom/company specific flavors of perl?

Our company uses a custom extension for Perl scripts. i.e., .pl are called as .thpl . Since Eclipse recognizes Perl (through EPIC), is there a way to mask .thpl as .pl and have Eclipse handle .thpl as .pl?
sfbayarea
  • 1
  • 2
0
votes
2 answers

Perl for Windows for Eclipse syntax checking that contains EXPECT and SWITCH?

We are running a CentOS Linux server, on which Perl 5.8.8 is installed. We cannot update Perl on this system. I am installing Eclipse with EPIC to do some Perl coding onto my Windows 7 workstation. This requires that I install Perl on the…
Calab
  • 351
  • 4
  • 20
0
votes
1 answer

Excluding code sections from EPIC/tidyperl source formatting

I in a large codebase of an application written in perl there is a lot of HTML and JS written inline in the perl file. $html_str = qq^ ^; All the code development in done using Eclipse IDE and EPIC plugin. For ease of merging/diffs…
Sumeet Pareek
  • 2,739
  • 2
  • 22
  • 17
0
votes
1 answer

Perl EPIC Debugger in Eclipse Timing Out

I'm trying to use the EPIC debugger in Eclipse and it keeps timing out. I'm running Windows 7, Eclipse 3.72, EPIC 0.5.46, Padwalker 1.94, and ActivePerl (64bit) 5.14.2. I notice the last message before timeout is "launching delegate" and then the…
ScottEdwards2000
  • 15
  • 1
  • 8
  • 21
-1
votes
2 answers

What should BDD be written for?

My Proj Manager asked me to write a BDD. What should a BDD written for ? Should we write a BDD for each Story or for each epic ?
Chandu
  • 1,837
  • 7
  • 30
  • 51
-1
votes
1 answer

Can not see variable during debugging with eclipse error

I am using EPIC+Eclipse for perl development. When debugging perl script, I am not seeeing variables during debugging. Here is my setup. Windows 7 64-bit Perl 5.8.9 Eclipse EPIC 0.5 During debugging, initially it went fine; at a later statement, I…
rpg
  • 1,632
  • 2
  • 18
  • 34
-2
votes
3 answers

Compilation Fail In require while using perl

I had developed some scripts on my machine using epic & perl. But when i copied them on to other machine, I get an error message "Compilation Failed in required". How can I handle this
Harshavardhan Konakanchi
  • 4,238
  • 6
  • 36
  • 54
1 2 3 4 5 6 7
8