| Forum Name |
Threads |
Posts |
Last Post |
|
Perl Programming Help
|
|
|
Frequently Asked Questions
This section lists all questions that are frequently asked (and answered) in these forums. Please check this section first before posting.
|
|
183
|
202
|
Mar 17, 2002, 9:03 AM by Jasmine
|
|
|
Beginner
A new programmer just learning Perl? Need some basic questions answered? Ask here! We recommend that you search the FAQ first before posting.
|
|
9211
|
36869
|
May 21, 2013, 6:51 AM by hwnd
|
|
|
Intermediate
Have a few programs or modules under your belt? Stumped? Post it in this intermediate forum -- "Intermediate" on PerlGuru means that you have programmed with Perl for at least 6-12 months.
|
|
3357
|
11819
|
May 20, 2013, 11:40 PM by rovf
|
|
|
Advanced
Programmed heavily with Perl for long, long, time? Use or write modules where appropriate, use -w and strict in all of your programs, maintain tidy namespaces, and research before you ask questions? (Hint: Using CGI.pm for one or two functions is not advanced.)
Then this is the forum for you.
|
|
904
|
2985
|
May 18, 2013, 3:41 PM by Kenosis
|
|
|
Regular Expressions
If you're interested in learning about regular expressions, this is the forum for you.
|
|
536
|
2248
|
May 20, 2013, 11:47 PM by rovf
|
|
|
mod_perl
People with just a cursory knowledge of mod_perl will tell you that mod_perl is simply faster CGI. Although this is certainly a benefit of the interface, it is hardly its most interesting or powerful facet. mod_perl offers a Perl interface to the Apache API. Before mod_perl, the only way to extend or interface with Apache was to write C extension modules, which, while offering high performance, made creating full-scale Web applications difficult.
|
|
57
|
130
|
Feb 12, 2013, 4:39 AM by nazghor
|
|
|
DBI
The DBI is a database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used.
|
|
230
|
679
|
Apr 19, 2013, 6:33 AM by Jonny_D
|
|
|
Win32 Programming Help
If your question is Win32-specific, ask here! Non-specific programming questions should be asked in one of the above forums.
|
|
237
|
684
|
May 6, 2013, 10:30 PM by samir_gambler
|