Connecting Tech Pros Worldwide
Ph: 51001001
Login or Sign up Help | Site Map
[ http://bytes.com/adLoader.php?parent=webdev

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.
Views: 6,861 Announcement: Only Q & A Threads Here
July 10th, 2008 msquared (Administrator)
how to install an CPAN module through PPM
[image]Post Reply? | Posted by: vijayarl | Last post by vijayarl, Today
Hi everyone, Requirement: Am trying to install the CPAN module : Spreadsheet::Excelsheet through PPM i have downloaded the... more »
unable to get the perl version installed
[image]5 Replies | Posted by: vijayarl | Last post by vijayarl, Today
more »Hi everyone, I have installed ActivePerl-5.10.0.1001-MSWin32-x86-283495.msi in my system (os-win2k) problem is when i try to get perl version by...
Perl for iterating and concatenating.
[image]2 Replies | Posted by: TeenaRoz | Last post by TeenaRoz, Today
HI, I am new to perl and I am trying to write a perl script which does the following: Can someone help me? Firstly, There are a set of files... more »
"Net Use" command in a browser
[image]Post Reply? | Posted by: pankajit09 | Last post by pankajit09, Today
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 »
Perl writing to a file some problem
[image]2 Replies | Posted by: karthikchittur | Last post by karthikchittur, Today
Hello scripters Requirement: I am trying to write a perl script that manipulate a html file. Both the html file and the script are placed at... more »
email validation
[image]2 Replies | Posted by: emirapoport | Last post by eWish, Today
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
[image]3 Replies | Posted by: digitaldiva | Last post by digitaldiva, 4 days ago
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 »
converting html files to excel sheet
[image]2 Replies | Posted by: boros612 | Last post by eWish, 4 days ago
hi i am new to perl programming. Can anybody tell me how to convert html files to excel sheet. more »
Problem in code
[image]6 Replies | Posted by: dharmu131983 | Last post by Ganon11, 4 days ago
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 ?!
[image]3 Replies | Posted by: viktorijakup | Last post by viktorijakup, 5 days ago
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 »
object oriented programming : Upload file to multiple sites
[image]1 Reply | Posted by: fortwilliam | Last post by KevinADC, 5 days ago
Hi, I am very new to "object oriented programming". I have this script which I didn't write but have altered and have been using for a while to allow... more »
Perl Script to Test for Condition
[image]2 Replies | Posted by: edrichard | Last post by nithinpes, 7 days ago
Hi, I have a file that contains the following... hostMode=Standard displayName=CL1-A-0 nickname=1A-G00 ... more »
cOOKIES
[image]1 Reply | Posted by: zukopili | Last post by numberwhun, 7 days ago
how do I set an authentication cookie in perl that will contain the username and email address? more »
How to delete 1 week old files based on date created
[image]3 Replies | Posted by: testperl | Last post by numberwhun, 7 days ago
Can anyone help me to make a perl script that could delete 1 week old files based on the date created? I made a folder: (August 16, 2008 to... more »
debugging perl
[image]1 Reply | Posted by: grunyon123 | Last post by numberwhun, 8 days ago
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 »
A problem about Tk-b8 installation
[image]1 Reply | Posted by: Gavin Chen | Last post by numberwhun, 9 days ago
Hello: I wanted to install Tk-b8 on SunOS 4.1.4. When I tyepd "perl Makefile.PL", it said: "%att" is not exported by the ExtUtils::MakeMaker... more »
error message during Tk400.200 installation
[image]1 Reply | Posted by: Gavin Chen | Last post by numberwhun, 9 days ago
Hello, I tried to install Tk400.200 on SunOS 4.1.4. At "make" time, I got the error message as below: cd pTk; make -e syntax OK -e syntax OK -e... more »
Multiply defined?
[image]1 Reply | Posted by: Gavin Chen | Last post by numberwhun, 9 days ago
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 »
parsing pipe delimited txt file
[image]1 Reply | Posted by: chiku1523 | Last post by chiku1523, 10 days ago
Hi All, In file1.txt I have following... more »
Doubt on matching
[image]4 Replies | Posted by: pavanponnapalli | Last post by numberwhun, 11 days ago
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
[image]5 Replies | Posted by: prekida | Last post by numberwhun, 11 days ago
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
[image]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
[image]5 Replies | Posted by: Gotejjeken | Last post by numberwhun, 11 days ago
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 »
How to compare 2 hashes of arrays by values(not keys)
[image]9 Replies | Posted by: aurekha | Last post by aurekha, 12 days ago
Hi I have hashes with arrays to its keys like, %h1 = ('a'=>, 'b'=>, 'c'=> ); %h2 = ('a'=>, 'b'=>); then, how can i compare the 2... more »
Export ORACLE_HOME failed in crontab
[image]2 Replies | Posted by: cpchan | Last post by eWish, 12 days ago
Dear all, I need to write a crontab in HP-UX to rebuild index for SAP, but I couldn't export ORACLE_HOME, very frustrated... more »

Latest Articles: Read & Comment
Top Perl Forum Contributors
[ http://bytes.com/adLoader.php?parent=webdev


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser