Join Todd Perkins for an in-depth discussion in this video Testing a Perl application, part of Eclipse Essential Training.
- Now let's write some code for our simple Perl application…and run it in Eclipse.…I'm going to close out hello.pl…and I'm going to right click HelloWorld…and make a copy of it.…And right click outside of the project and choose Paste…and now I'll name the project Testing,…and then click OK.…So I'll open up hello.pl in Testing…and we'll write some simple code.…
We'll use strict and warnings…and then just print out HelloWorld.…So I'll save the file…and now we'll run it by clicking the Run button.…When I click the Run button, you'll see…the information come out in the console.…So to test an application in Perl,…you don't need to set up the run configurations…like you do in many other different languages.…You simply need to write the code out, hit the Run button.…
Author
Released
7/14/2015- What is Eclipse?
- Setting up a workspace
- Adding external files to a project
- Installing add-ons
- Refactoring code
- Working with tasks
- Customizing formatting
- Using Git for version control
- Developing Java, PHP, C/C++, Perl, and Python apps with Eclipse
- Setting up testing servers
- Testing apps
- Debugging apps
Skill Level Beginner
Duration
Views
Related Courses
-
Learning Eclipse
with Charles Kelly1h 1m Beginner -
Advanced Java Programming
with David Gassner3h 33m Advanced
-
Introduction
-
Welcome1m 3s
-
Using the exercise files4m 20s
-
-
1. Introduction to Eclipse
-
What is Eclipse?1m 24s
-
Creating a basic project2m 31s
-
Adjusting preferences2m 26s
-
-
2. Working with Code
-
Using breakpoints3m 44s
-
Refactoring code5m 37s
-
Working with tasks6m 16s
-
-
3. Using Git for Version Control
-
Setting up Git users1m 57s
-
Creating a local repository2m 13s
-
Committing changes2m 57s
-
Viewing history3m 2s
-
Creating a remote repository5m 44s
-
4. Using Eclipse for Java Development
-
Installing Java add-ons1m 27s
-
Creating a Java project3m 22s
-
Testing a Java app2m 23s
-
Debugging a Java app5m 21s
-
Generating Javadocs5m 14s
-
-
5. Using Eclipse for PHP Development
-
Installing PHP add-ons1m 49s
-
Creating a PHP project4m 33s
-
Testing a PHP application3m 31s
-
Setting up Xdebug5m 4s
-
Debugging a PHP app3m 40s
-
Going further with PHP1m 44s
-
-
6. Using Eclipse for C/C++ Development
-
Installing C/C++ add-ons1m 45s
-
Creating a C++ project2m 8s
-
Debugging a C++ app1m 7s
-
7. Using Eclipse for Perl Development
-
Installing Perl add-ons1m 54s
-
Creating a Perl project1m 42s
-
Debugging a Perl app2m 29s
-
-
8. Using Eclipse for Python Development
-
Installing Python add-ons1m 20s
-
Creating a Python project3m 13s
-
Debugging a Python app1m 36s
-
Going further with Python1m 40s
-
Conclusion
-
Next steps45s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Testing a Perl application