I have two csv files with 8 pieces of data per line. I want to see if a case ID number in the second list exists in the first list. Basically, I want to read...
NOT TESTED!!! #!/perl -w use strict; $file1 = "file1.csv"; $file2 = "file2.csv"; open (FILE1, $file1) || "can't open $file1 file. $!"; open (FILE2, $file2) ||...
Hello All, I am trying to work with the code I have to extract fields from a text file report, and write the values into excel. I am having trouble. When I get...
Thanks for your reply Joseph, I am reading perlref now. If you can offer some pointers on how to access the key value pairs of the reference object %item. I...
I'm the most novice of the novice, but I recently got my first Perl scripts up and running after encountering just about every possible pitfall along the way....
Hi! I am new to this forum. I am working on Perl 5.6.1 using Microsoft Access as database and the platform is Windows XP. What I am want to do is to access the...
Win32::OLE?? I have no idea. I hope someone can help you. William Gunther perl -e "print chr(hex $_ + 1) foreach qw(47 64 78 20)" Yeah, I'm a geek.......
Greetings. I've been playing around with Perl in an attempt to get it to work with some things that we are doing with DOS Batch commands. Most of our work is...
No, you won't be able to install that one. It requires Expect, which requires IO::Pty and IO::Tty which don't port well (I think). Look into Crypt::PGPSimple....
I tried and couldn't get that to go either. That's when I tried PGP5. What did you use to install that module because this is the first time I'm trying to...
Download a free copy of NMAKE (http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe) Make sure it's on your path. Then cd to your the...
Hi, I am doing a project with Perl and oracle 9i..I m working on Red Hat8 and have a problem. PLS help me. This is the script: #! /usr/bin/perl print...
Hi, The situation is this ..I need to ask for username and pasword and save the information abt the user...I have backend oracle and have the username and...
Hi.. This is Shraddha. i want to run .pl or .cgi files from apache server stored in cgi-bin directory of serevr.But it gives error - Internal server error. ...
In a message dated 3/1/2004 5:38:58 AM Eastern Standard Time, ... directory of serevr.But it >gives error - Internal server error. ... files if it is stored...
I will be out of the office starting 03/01/2004 and will not return until 03/05/2004. I will respond to your message when I return. In an emergency, please ...
Hi all; I've been trying to find out what i'm doing wrong but couldn't.Why am I keep receiving these messages back to back ?Any idea? "Possible attempt to...
Hello Out of above 2 attached files I could run form.cgi from Browser but could not run test.cgi since it was giving error as 'Premature end of script' Can...
Hello !!! I want to run .cgi files through web browser. The file test.cgi is stored in cgi-bin folder of apache. Right now, what i am doing is as follows... ...
Hi!!! One way is to use perl in command line mode instead of creating an running a program. Here´s how perl -p i.bak -e 's/apples/oranges/g39; file This will...
Hi, Thanx for clearing all my previous doubts. Now, I have to open a new window and ask for username and password and shud submit or check the uname and ...
Hello, Andrew here I am working on my first couple of major PERL programs, and I find myself wanting to create constants that are readable to subroutines or...
hi guys, 1 wrong question to right Group!!! Can anybody suggest me any good Coaching class/person who can teach perl?? please reply. thanks neeraj. ...