Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Perl Solutions: 151 - 175 of 977
 
unable to call perl script from html or from vbscript <SCRIPT LANGUAGE="PerlScript"> sub FindEffort() {   ..   .. } </SCRIPT> <SCRIPT LANGUAGE="VBScript"> sub Effort  FindEffort()...
I have created a script to download several zip files over 50 files. There are two problems that I am running into, first there are two folders in the directory were the files are. The folders...
First: How to get the number of weeks in a year? Second: How to get the month when you have the week number. Forexample: week number 23 is in month ??
I'm developing a cgi script that uses Net::SSH::Perl, but the login authentication is taking 1 minute 40 seconds.  As you can imagine, 1:40 too long especially since I will be connecting to 4 ...
Hi, when i run my sendmail.pl script from xyz server, it runs fine and sends the email. but when i run from different server "abc", it give me following error: Can't call method "mail" on ...
Hi , Iam trying to copy files from Mapped Drive U to another Drive D: on DSame Server. U drive has sub folders .  Target location  Drive: D:\x\y\z\ My script is looping through one file (li...
I want to parse the data in a PDf file using Perl. I need to look for the string "Department" and retrieve the value assigned to it. This is the header of the PDF file. Then there are 4 column...
Follow up to previous question... I got a great script from Clockwatcher and want to modify it so that it returns not just files added and deleted to the directory, but if existing files ha...
Hi all, Hopefully someone can help me out with this one. I have a perl script that runs rsh commands to monitor a remote server.  To minimize time and bandwidth I need to maximize the pr...
if I have a perl script for example test.pl in Windows XP, how do I run the script by just typing "test.pl <arg1> <arg2>" in the command line instead of having to type "perl test.pl <arg1> <ar...
hi when insert new record, i need to check is the record exist, if  No only insert, can anyone help , why the following not running ? $dbh->query("SELECT domain FROM stat WHERE doma...
i have to work with messages that contain NULL character at the end so please show me how to: 1. add NULL character to my $msg; to send 2. remove NULL character from the messege received t...
Dear experts, I need a solution to work on a unix environment.  To automate the saving of attachments off to a specific directory when a new email arrives. These are the basic rules: If the...
Hi I look for a code that is able to determine whether the form input value is 1) a positive number (with only digits) or is a string 2)  (independent to above) a function that deter...
Hi Is there a regular expression equivalent to an "AND" search? --------- Ex : This is my string in a text file. Another string in a text file. --------- I would like to do a se...
Hi experts very urgent I want to get some informations from remote machines with windows os (by requestiing WMI) from linux machine so i know that i can do it with perl (on linux) is there a...
Hi, I need to create a script that will take perl inputfile_name outputfile_name string If the inputfile has 5 lines and 3 lines contain the string then in the output file copy the ...
I am running a W2K - SP4 Serverand I installed Active Perl 5.8.2 build 808. LWP was installed when Perl was installed, and I installed Crypt::SSleay (.51) from a ppm session using install http...
Hi all! I need help with Perl under Windows command-line to solve the following task: I have many disordered txt files and subdirectories under the root directory "c:\dir", like this: c...
I'm using the Perl module: Spreadsheet::WriteExcel in which I'm trying to create a Excel spreadsheet. It's seems that the formula below is maybe to complex for the modules to interpet. Wha...
Excel outputs .csv file. If the sheet cell contained a comma, the cell is quoted. .csv output:   cellone,celltwo,"cell has, comma",cell four If the sheet cell containes a quote, it's...
When I try to install the package DBD-Oracle this is what happens. Its the first error thats the problem the second is for directory that is read. ppm> install DBD-Oracle ================...
I am trying to push a system call into an array in PERL. I need this "buffered" for later use in the program...  I know this works push(@scc_buffer, "test"); print "@scc_buffer"; or ...
Hi,     I am running SUSE 10 Enterprise server. I had installed a server (proserver) for a specific application and it was running well.  I updated my system and restarted it and when I try t...
Here is the progression of events... (1) I have an open logfile,  (2) I start a process using Win32::Process::Create,  (3) I "Wait" midway through process execution time, then  (4) print other...