Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Perl Solutions: 1726 - 1750 of 2190
 
I want to change this line to use NFS, instead of SMB/CIFS. The current command does either mount.smbfs //SERVER/SHARE /mnt/smbfs -o username=USER,password=PSWD mount.cifs //SERVER/SHARE ...
I need a Perl script to do the following... 1. I have a collection of 1000000+ audio and video files scattered under a directory called c:\Rawfiles.  I would like to run a Perl script tha...
Hi, I'm writing a script that map's some data between different codes and then copare the child object's against a database. The structure of the data I would like to get to is somethin...
So, I made a little program to monitor a directory (FTP) for incoming files of a certain name and type.  If a match, it processes the file.  This is all working super, and as a PHP guy, I'm qu...
I am trying to sort a hash of hashes, having the program control: the sort field, whether the sort is ascending or descending, and whether the sort is numeric or by character.   So, fo...
I need to be able to place products in each table cell from left to right according to order in my flat file database. I'm trying to display 3 products per row with pictures and cart button al...
How do I write "split on last digit followed by space and joined by <br>"? And How do I write "split on first digit followed by space and joined by <br>"?
I would like to count # of lines in a text file and store the result in a another text file. Please give me some directions. Suppose wc-l filnename gives me 1000 lines, I would like to s...
Hello, I would like to know how to join 2 images together in a perl. I have a left side and a right side that I will input and i would like the script to output one image with both sides pu...
I have parsed a log file into the following format: Unit-004  (25368)  #   ON  09-08  10:26:15 #   OFF  09-08  10:37:35   Unit-009  (11236)  #   ON  09-08  17:42:36 #   OFF  09-08  18:02:17 ...
I have two sql statements. I want to execute each of them depending upon what input is given to the script.like ON or OFF. If it ON it should execute SQL 1 if it OFF it should be execute SQL 2...
I am trying to reuse some perl code from a different project, but that other project used 64bit perl libraries, my current project used 32bit perl, are all the libraries files common between 6...
Hi everyone hope you are well. Guys i have an upload script that im trying to understand. One line in particular i just cannot get my head around, but it seems it is a critical part of the w...
Okay, so I was on here a few days ago with an ImageMagick problem. We finally got a test script that worked for me. But now, I am having difficulties simply changing file names. Using the scri...
This question is related to my previously asked questions from this link: http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_23765304.html So again more on version. If...
How do you calculate the number of months difference  of yearmonth1=200810 and yearmonth2=200201 using perl?
We're using the PERL module Spreadsheet::WriteExcel to create spreadsheets on our UNIX system.  We have a workbook we generate that has many sheets.  We would like to publish two version of it...
Hello all smart experts! I'm currently trying to handle a system running on Apache 2.2.8 and which is written in Perl. There is a script which needs som environmental variables which has b...
Guys - I need to seperate out the first paragraph from a bunch of html snippets. I am able to capture the first paragraph, but for some reason - I can't capture the second. Here is one v...
I'm looking for a file names which has underscore in the given directory and FTP only those files. Suppose if any of the files does not have an underscore I' would like to STOP the proess and ...
I have an update.pl script   it downloads data from the mls and puts in db on server but I am now getiting error.  DBD::mysql::st execute failed: Unknown column 'photos_count' in 'field list' ...
I have a script that needs to have an email acknowledgment sent to a cusmter through email. I have everything ready but this. Can someone help me with the sendmail function? Thanks~
I have a cgi wrapper script that calls a command line virus scanner, and produces some HTML output based on the results of the scan.  I am not a Perl expert, so I figured on of you Perl wizard...
;&EVENT[__psmi_1](psmi, THREAD => 0, TRIGGER => &TRIGGER[__retire_1](retire, LIP => 0x203f, TRIGGER => &EVENT[__smi_1](smi, THREAD => 1, TRIGGER => &TRIGGER[__eom_1](eom, LIP => 0x203f, THREAD...
Does anyone know how to quit out of a foxpro 2.6 program when using "strict subs"?  I am trying to exit out of a foxpro 2.6 program that was called from a Perl script and returning to the scri...