How can I remove the quotes from within this array? Or would I read the entire file first and remove the quotes from it first? Can I get an example of the best...
Hi, I have a header in a cvs file that I do not want to process when reading in the file to an array. How can I get by this first line? I put into the code if...
I have tried various ways of creating this log file but I can not seem to get Perl to create it. I can create it with the Windows file manager so I have...
I'm trying to build some code under Windows XP that I got off CPAN. Specifically, I'm tryingto build Win32-API-0.46 because I need to write some socket code....
... Yes, cl.exe is the compiler executable for Microsoft Visual C++. You could see it as the equivalent of the gcc binary. I believe that you can download...
Hello programers & developers, Today, with the increasing demand of I.T. professionals, Project based jobs are increasing in no.s. If you are a skilled...
I have tried using the paragraph mode in the past with some success, but this issue brought up a question I have had - is it possible to define "$/" two...
Hi, If any one knows how to read subject,content and download attchment of the mail - pop3 then please let me know. I need to download mail attachment and...
After line splited for get the informations, add the follow conditional statment: <code> next if $InstructorID !~ /\d/; </code> HTH. perl -e '$_="tMM naaCt...
Yes and I have read them and I have even posted some of the sample code from them that I have tried but I do not seem to be doing something right. There are...
Hi There has been much talk at my company regarding Perl and the new Daylight Savings Time change occurring this coming Sunday. We are not sure if the Date...
Hi, Can anybody help me to write a PERL code for travel sales man problem?? I have a list of X, Y coordinates and the salesman should travel on those...
Question - I need to upload an Access database to UNIX. What Perl module would help me open, read and execute an SQL statement on it returning data in flat...
The only module I'm familiar with to access an Access MDB would be a DBI and DBD::ODBC combination. However, even with ODBC providers such as unixODBC, this...
From: Bob Kardell <bobkardell@...> ... You must be, this should work correctly. The local() will make sure the $/ gets reset to the default value at the...
... success, but this issue brought up a question I have had - is it possible to define "$/" two different ways in the same script? In the past when I have...
I wish to pass a xml file as an argument to xsl file. Using this xml file as argument i am doing validations in xsl file. The result is produced as xml file....
Hi, I am connecting to perticular mail account using pop3. And now i want to download all the attachments from perticular mail. How can i? How can i list the...
Hi Group. I would like to make an POE Forking Daemon using POE::Wheel::Run . I am new to the POE Concepts. Could any body please send me some good links ...
Greetings Folks, I was wondering if someone could help me to understand why I am getting an error message, and how I could correct it? #### Here's the error...
hi again, well, my asnwer was quite uncomplete, after send it I saw another error, then the best way to explain this is with examples and to be really helpful,...
Spectroman
spectroman@...
Mar 7, 2007 7:50 pm
25057
Hi everyone, When I started learning perl, I was working on a unix machine. Now I work at a company that uses Microsoft software. I am therefore using...
am working on a script that is supposed to have a form that sends the input data over to a webpage for confirmation or further editing... If user wants to...
essential quint
quintessential1@...
Mar 9, 2007 10:47 pm
25059
Hi I am trying to column count and match in tgroup cols value in XML file (through perl). if column count and tgroup cols value is mismatch, its showing error....
Hi everyone: I wrote a sample script and want to see how call-by-value works. my understanding is that once variable is be localized by my function, a copy of...
Hi everyone: I am doing an sample exercise which demonstrate the usage of local function. the sample trying to show the localized variable in subroutine are ...