eHow launches Android app: Get the best of eHow on the go.

Computer Programming

Computer Programming

Remove the mystery from computer programming by researching eHow’s expert collection of programmer How Tos. Whether looking for a basic overview of various computer programming languages or attempting to bulk up a software engineering resume by improving your Java skills, eHow can help. Neck deep in damaged binary code and need a helpful shortcut? eHow can show you how to switch the values of two variables without using a temporary variable.

Sort by:
Best Match
Most Popular
Newest

Showing 1-43 of 43 results

  • About Online Learning Perl

    Perl is a popular server scripting language that you can use to enhance websites, create database functionality, create a variety of interactive forms and provide other enhancements to an online...

  • How to deploy Perl programs using the perl developer’s kit

    Perl is a cross-platform scripting language for just about everything imaginable. Many professional developers use perl to take advantage of the pre-built modules or to write custom modules that...

  • How to learn Computer Programming Skills

    Would you like to learn computer programming? Do you already know basic programming and would like to advance your skills to create useful software? If you answered yes to either of these...

  • How to Build and Install CPAN Modules for Perl on Windows

    Perl is a powerful scripting language that is available on nearly every operating system including Linux, UNIX, and Windows. There are several distributions, or ports, of perl available for...

  • Perl Script Calculation

    The following is a strategy guide to performing mathematical calculations using the Perl programming language. Included is a list of numerical operators, a guide to performing basic mathematical...

  • How to Install Perl Module from CPAN Prompt

    There are several ways to install Perl modules, i.e. downloading the zip file, via a module interface etc. However, the quickest and most efficient way is to install from the CPAN prompt right in...

  • How to Manually Install Perl Module on Windows Vista

    Perl modules are sometimes difficult to install as the specifications for each operating system are distinct. One of the easiest secure ways to install a module is to do it manually, i.e....

  • MySQL Perl Tutorial

    Connecting to the MySQL database from a Perl script requires the Perl DBI and DBD:MySQL modules. These modules can be obtained from CPAN (Comprehensive Perl Archive Network). If you are using...

  • HTML & CGI Tutorial

    CGI (Common Gateway Interface) scripts are used in conjunction with HTML to create dynamic web pages. CGI scripts can be written in any programming or scripting language, but the most common...

  • How to Remove Duplicates From an Array

    Programming languages use arrays to store a list of data. An example of array is (1 2 6 17 6 2 95 1 2 6) that has elements "2", "6" and "1" duplicated. Perl, a freely accessible programming...

  • How to Reverse an Array

    Virtually all programming languages use an array structure to store a list of data. For example, "array(76, 3, 5)." The reversed array would contain the same data but backwards i.e. "new_array(5,...

  • How to Search & Replace Multiple Files in Perl

    Perl is a command line and server side scripting language created by Larry Wall to process reports more efficiently. The language makes heavy use of regular expressions to process text files and...

  • How to Generate a Random Password

    Developing passwords for a large number of users is a less daunting task if a random password generator is utilized. Passwords can include alphanumerical characters, as well as symbols, and be as...

  • How to Retrieve the Number of Rows Affected in a PHP/MySQL Query

    I have to admit I am a convert form Perl to PHP. For many years I thought Perl was better, but then I started using PHP more and more when I began developing more advanced websites. I won't go...

  • How to Convert Flat Files to XML

    To convert a flat file to XML it is necessary for the structure of the file to include data separated by specific delimiters. Since flat files normally serve as storage bins for logically...

  • How to Install the Perl Package in Windows

    Perl is a programming script language that was initially developed for the UNIX environment. Virtually all UNIX operating systems contain Perl as a standard component, while Windows does not...

  • How to Remove Duplicates From Array Perl

    Perl and many other programming languages use arrays to store a list of data. However, Perl also supports a specific data structure called a hash. A Perl hash associates a particular value with a...

  • How to Write Perl Script

    Perl scripts are very common in the programming world, especially for programs that must manage large amounts of text, such as indexers. Perl scripts can be very easy or very difficult depending...

  • How to Delete a File in Perl

    Depending on the nature of the PERL program it may be necessary to delete files on disk. For example, if a blank file is created at the beginning of a program and is then written to, it may have...

  • How to Create Expressions in Perl

    Larry Wall developed Perl, short for practical extraction and reporting language, in 1987 for text processing. Now Perl is one of the most widely-used programming languages and helps many...

  • How to Use References in Perl

    Perl 5 added the ability to manage complicated data in Perl. References essentially point to another data set without having to write out the entire data set each time you need it. There are ways...

  • How to Write CGI Scripts With Perl

    You'll probably want to utilize the web's common gateway interface, or CGI, to make the process go as smoothly as possible if you're looking to write your own scripts for the WWW. One of the...

  • How to Write Apache Modules With Perl

    The Apache web server is designed with a tremendous amount of flexibility. One of its greatest capabilities allows users to write their own Apache Modules. Internally, Apache is built upon...

  • How to Write Portable Perl Code

    Writing portable Perl code has plenty of advantages. One main advantage is that you can write it once and run it on any platform. Therefore, the need to port the code to a new operating system is...

  • How to Use Perl's Database Integration Interface

    Whenever you are writing a large computer program, connecting to a relational database is a necessity. You can take advantage of Perl's predefined modules for connecting to a relational database...

  • How to Download Perl

    Perl—Practical Extraction and Reporting Language—is a scripting language used when programming with Unix. It's often used in CGI web scripts and is helpful for processing text. It's quick and easy...

  • How to Create Variables in PERL

    As a portable, simple and versatile language, PERL has become popular for working on web-based scripts and programs. Originally developed for UNIX, PERL has a straightforward structure and a...

  • How to Create Reports With Perl

    Use Perl to create simple reports. Include a header with a title, page number and other important information. Perl tracks how many lines are in the report and makes a new page when needed. These...

  • How to Create Assignment Statements in Perl

    In the Perl language, used today for web-based programming, you can see a lot of minimal syntax. The way Perl deals with variables seem very basic, and to some, it is excessive. Some say Perl...

  • How to Become a Perl Programmer

    Perl is a magnificent tool for an Internet programmer, ranking up there with PHP and DHTML. Its text manipulation assets make it ideal for many web applications, and it has expanded to become a...

  • How to Use Fundamental Data Types in Perl

    The PERL programming language uses a few fundamental data types. This range of data types includes variables and other designations for routines and file maps. The data types in PERL are...

  • How to Learn Ruby

    Ruby is a programming language. Ruby borrows from several other programming languages, such as Java and Perl, and makes the coding easier. Ruby was designed to make programmers happy and after...

  • How to Learn Perl

    Perl is a popular computer programming language used for a variety of applications--including system administration and CGI programming on the Web. One reason for its popularity is that it adapts...

  • How to Write HTML Forms

    Writing forms in html is an essential skill for any web content developer. Html forms allow users to enter and submit information. Html forms collect user's input either via email or add the...

  • How to Add Modules to Perl

    Perl has an immense collection of user-created modules known as the "Comprehensive Perl Archive Network," or CPAN for short. These modules are added to your Perl environment with the CPAN command....

  • How to Debug Perl Programs

    No computer program ever works as intended on the first try. Programmers make mistakes, which can range from typos, to mistakes made because the programmer didn't understand something, to...

  • How to Profile Perl Programs

    Profiling programs is an important first step in optimization. If you want your program to run faster, you first have to identify which functions are taking the most time and focus your attention...

  • How to Manipulate Data in Perl

    Perl is designed for reading and manipulating text data. It's easy to manipulate its three basic data structures (the scalar, the list and the hash) because the Perl interpreter can type it based...

  • How to Manipulate Images in Perl

    Perl was built for text manipulation, but it also has external libraries for manipulating raster images. A popular library from which you can manipulate images is called "gd." Since GD is not...

  • How to Run Perl on a Laptop

    Running Perl on a laptop is as easy as downloading and installing a Perl distribution. On Windows or Mac, ActiveState's ActivePerl distribution is the easiest to use, in addition to being the...

  • How to Capture Standard Input in Perl

    One of Perl's mottos is TIMTOWTDI (pronounced "tim toady"). It's an acronym that stands for "there is more than one way to do it." Just like everything else in Perl, there are many ways to capture...

  • How to Embed Perl in HTML

    The convenience of embedding scripting code in HTML documents for web development is undeniable. Having a powerful language like Perl working just like PHP is a very good combination. Embedding...

  • How to Search for a File in Perl

    Perl comes with a File::Find module that allows a user to search for a file. The File::Find::find function descends into subdirectories and visits each file once, passing it to a function you...

  • 1
  • 1

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media