Perl Forum
Perl programming language - ask questions about perl programming, syntax, variables, scoping, constructs, operators and functions, files, I/O, regular expressions, regex, subroutines, OO (object oriented), perl modules, CGI and more.
July 10th, 2008 msquared (Administrator)
"Net Use" command in a browser
The below code is not printing the results in a browser as expected : #!C:/apache2triad/perl/bin/perl.exe use strict; use CGI qw(:standard);...
more »
email validation
Hello, im posting this question because i have zero knowledge on perl. I have a script which curently allows users to input an email address and if...
more »
Mail:SendMail Troubleshooting
Hi I am new here and once upon a time I worked with Perl, now I am trying again and need some help: I wrote a Perl script a few years ago that...
more »
Problem in code
Hi I am very new to PERL i have written code as : if (open(PROGRAM_1, "C:\program_1")) { print ( "working"); } for opening the simple txt file but...
more »
How to sent file ?!
Hello !!! My directory D:\conv\ESSD\YJCIS\YJCIS14183\bbb.doc I must send to X:\sgml_db\ESSD\YJCIS\YJCIS14183\ directory and rename bbb.doc to...
more »
cOOKIES
how do I set an authentication cookie in perl that will contain the username and email address?
more »
debugging perl
I have set up a perl program to work on one of my servers. I tried using the same program on a different one, it runs but doesn't create any...
more »
Multiply defined?
Hello: I tried to install Tk800.015 on SunOS 4.1.4 with perl 5.6.2. At "make test" time, I got the error message as below: collect2: ld returned 2...
more »
Doubt on matching
hi, Here is my Code as under: #! /usr/bin/perl -w use DBI; my %hash; my @arr; my @arr1; my @arr2;
more »
Perl-style regular expression
I have'nt used perl-style regular expression much. i have a need to search for a string called ORA-04031 error from a log file I use the following...
more »
read a .cgi file
9 Replies | Posted by: hsn | Last post by numberwhun, 11 days ago
hello everyone. i am trying to read a .cgi fiile. but, it is not working with me. let me explain. i have a belkin router, and i am studying it, when...
more »
RegEx question
I have a string of characters "PME". I only want the string to be valid if it matches PME exactly (in that order) and must be exactly three letters...
more »
1 2 3 4 5 6 . . . 108 Next »
Latest Articles: Read & Comment
Top Perl Forum Contributors