Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Perl Solutions: 1 - 25 of 306
 
Hi, I am trying install DateTime-TimeZone package, but when I do so an error comes up with the following: Can't determine best at C:/Perl/lib/ActivePerl/PPM/Package.pm line 167. Can't...
Our client needs a very basic CGI server that works with SOAP protocol, written in Perl. It should be able to do something like: 1.) receives XML input data <xml> <param1>something</param...
HI am not sure what I am missing, I cant seem to install any cpan modules, I get this error: Make had returned bad status, install seems impossible I put nmake.exe in d:\perl\bin i th...
Hi, I have a large but simple XML file (10gb) that i need to split into a group of smaller files, no larger that 1gb. Is there a simple perl script that i can use to perform this task ? ...
HI All, Need some help with something I'm writing and I've hit a mental block. At current I'm fetching some data from sql and have stored a hash ref for each row in an array: sub load...
I'm writing a perlscript in Aptana (or Eclipse) and at a certain point, if the output to the console is too large, the beginning of the messages generated during execution, like anything I pri...
I have a xml file that i need to convert to csv file. I have pasted the single xml record. Any help appreciated!!!
In perl, how can I execute a system shell command, but not wait for the command to complete? I am used to using the backtick method as shown below, but I do not want to wait several seconds...
Hello All I have this script that takes all the files in a folder and re-organizes them by date.  IE if i have: file1.jpg created 01-01-2009 file2.jpg created 03-01-2009 file3.jpg created 0...
I tried to use Net::SSH::Perl as below, but got error message. (I could manually login this server using putty) Is there anyone know how to do it. Thanks very much!
I have a UNIX box that has the "lwp-request" executable in the /usr/bin directory. I've have been unable to find an example script that would show me how to use this executable to POST data to...
I'm trying to run some commands remotely by ssh. I need to set some environment variables in the remote machine for this connection. How do I do that?
so I have some text: "HELLO world Number 2 of THREE" I would what a regex that would replace that sentance with: Hello world Number 2 of Three I would prefer if this could be done ...
I would like to select * from tblshift and export it to an excel file. When I click on the button on the web page I am able to fire off the code below but what I really need is code to quer...
Gents: I have a Perl/Tk application that uses the system() command and/or back ticks a filesystem command. When these commands are called, the GUI freezes up. This is annoying, but if anoth...
Currently I'm passing one value from my HTML input box "copy".  I have created a second input box "settings", but unsure how to pass the second value into my perl script var $settings using th...
I want to calculate the datetime, but its showing wrong values Basically, its giving error when I'm trying to subtract days from January to December, ie if the current date is 5th Jan'09, a...
I need to check if a file exists in a different directory in the Windows OS.  My code below shows how I do it for a file in the SAME directory, but I need to check a different directory.
Hello folks, I need a help in csv file manipulation in dos-batch script Question/help: I have a csv file File name : input_file.csv field1, field2 a1,b1 a2,b2 a3,b3 a4,a4 a5,a...
Hey all, I have a script that runs a command in perl via the system() command. The next section checks the exit code of the system command and if it's not 0 does some alerting to let peopl...
I need to followup an earlier EE question (http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_24838627.html)  concerning parsing a XML file with a string. If you look...
Looking for a solution to download multiple xml files to a directory on our (unix based) server, then convert those xml files to csv files (pipe delimited).  Since we would need to download an...
How to count the number of lines in a perl using the perl ? Do we have a one liner for that ? Thanks! Basically I want the same functionality as 'wc -l <filename>'
With set -x I can see what all my variables are on the screen as the program executes. Can I do that with Perl? I know the -d command lets me step but it doesn't show me what's happening the w...
I have a text file that I would like to concatenate two strings within the record and create new file. Current layout of text file 1070   AARON SUE              762-4255 (708) 2380   ABIG...