Hi, We have a few great opportunities for Perl, Unix/linux/solaris professionals in Bangalore, India. The companies are some of the best to work for in the...
hi, i'm a programmer mostly using python/java. i'd like to learn perl... what books do you recommend? i'm asking because i've found lots of tutorials and...
I am no expert but came from C and assembler using Learning Perl ISBN 0-596-00132-0. It is well respected and has been recommended by many on this forum. I...
Will you please stop this abusive and insulting behaviour. This is a place for grown-ups to pose technical questions and spread technical knowledge. Any...
Hi I am new to CGI/perl scripts. Just now I have started creating a web site called http://www.abapmaster.com Currently I am writting CGI for login screen. My...
Hell All: I need to capture the output of the CMD. I have to test the 'sum'command of Unix with invalid option. Below is my code: use Test::Cmd; ### Create...
I have a fairly long script and want to use a hash to collect data. This hash will need to be accessed by a number of subroutines, each of which will add or...
Hi, I joined this group in hopes of learning PERL or more truthfully get help with what I learned thus far about PERL for my website. I am not looking at...
Hello everybody, I'm new to cgi programming in perl. I'm working on WIndows XP. IIS as server and Activestate Perl. I've written a 'hello world' program...
Hi All, I am a beginner in perl. I want to separate the contents of a file (shown below) into different files. ... 10.05.2005 10:00 - amit 10.05.2005 10:10 -...
Hi, Why the error? Tips, suggestions, etc. (I thought that I'm using it correctly). But: \1 better written as $1 at /home/al/bin/wthr_pbml line 9. \2 better...
I currently have a website on the Yahoo secure server. It uses forms and currently emails on submittal using the mailto: html command. I want to change this...
I hope this is the list I need to post to. I have a script that has used GETGRNAM to get the members of the list. I have recently set up a new server that...
Hi Is there a way to do batch or buffered inserts into a database table using PERL DBI? I am using an Oracle 9 database on an HP-UX machine. I've done...
I have tried to create a small test case to demonstrate a problem I am having with a System call generated by my CGI script. I have tried to make two System...
this is driving me crazy. i worked on it for hours and cant figure it out. i have an execuatable program, written in C, that prints its result as a string to...
Dear newfound friends, I have written a small program to log login times on my Windows XP machine with Activestate Perl. Works great but the resulting list is...
When I Execute the program, I get the following Error. Can anyone define this error and to remove this error: Undefined subroutine &main::copy called at sTest...
... Hash: SHA512 Hello, I have a problem with the split function. string - - - one "two three" "four five" six seven should be split to - - - one two three ...
I am a tech writer, trying to "monkey see, monkey do" my way through using a perl search and replace script on cygwin running on xp pro. The instructions I...
Hi All, I am very begineer with PERL. I have to write a script related to file handling. The following is the problem, can anyone provide the help or code...
Hi All, Can anyone please provide the script for the following problem? I execute one script and now I want to copy the data (result) which displayed on the...
Hi, I'd like to search two patterns on an array. i need to do it like the egrep unix command does, since the order of the returned records is inportant. ...
Subject: SaveAs & IE Perl Wizards, I want to perform an unprompted SaveAs using OLE to save a web page. In particular, I want to save some files as => HTML -...
Dear All, There are many ways to send email using perl like system("sendmail"), Sendmail module, Net::SMTP; But i just want to know how i can get list of...