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.

 
Top Perl Solutions: 151 - 175 of 286
 
Hi, I'm trying to figure out what a proper statement is vs a statement modifier in the context of perl. After reading through the perl docs, it seems we can use an if statement in one of tw...
I have a small section of html code which I have attached.  This is just a small portion of a > 1mg html file.  I want to parse the file and find all users (defined as schd_ftp_usr_2230_1 wher...
Hi everyone, hope you are all well :>) Guys i have the following question. I have a template file that I wish to use against a list of files. Id like to be able to do the following in...
Hi, I have a string in perl which looks like this: my $d_string = "one two three four five\n"; or this: my $d_string = "one two\n"; or this: my $d_string = "one two three four five six s...
Hi experts,  I have a file id.txt, looks like following: ------------------- 5 10 11 19 : -------------------------- and I have some files in the same diretory: file1.csv  file...
Hello, I am modifying a search routine that searches flat file databases. After searching bdindex.db I can display the value $board which is field[0] of the database. What I need to do is...
I have a perl script,I am using print statement to display a lhypertext link.But instead of displaying the hypertext link it is displaying the path of the link.I am attaching the code snippet....
I can reverse the string dog to god by:  perl -wle '$_=reverse "dog";print' I have seen before how I can issue a perl command so it reverse everythin i type >Hello olleH (IE almost as ...
hello experts, I wrote code to read data from xml and insert in to an excel sheet.and i have to read the data which i inserted in to the excel sheet and create a perl datastructure.Please h...
Hi Experts, Is there any module to list the available printers on 64bit machine using Perl? I able to get the list of printers on 32bit machines. :) Also, I tried using microsoft tool "...
I have a long text file like this: 324yellow 34house black 15red56 How do I erase all the numbers before and after the words obtaining this? yellow house black red
I have a file like this test.txt xxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx -------My String------------------- Some text @@ Some text Some text @@ So...
Hi everyone...sorry if im getting a bit "old" on these types of questions.....last one. You lovely people have helped me so much.... Okay...... I have the following that does a good j...
Hi Perl Experts, I am writting a simple script to auto capture images for me of websites I browse (when I have the script running) Is there a way to read the internet explorers temp dir?...
I would like to make a "here document" in perl and then store the result inside of an array instead of a string.  However the text all goes into the first element of the array so I only have $...
ok, I don't know how to write an array really, got a rough idea though. I have a form that sends in some data, that data contains A FileNumber that is only ever 1 to 3 A 4 Digit Year Nu...
We have got a project where we need to clone around 600 applications of different technologies like JAVA,MAINFRAMES,ASP.Net, and PERL. Currently we are unable to find the approaches for clonin...
I am trying to find a good way to detect file changes -- basically for syncing .zip files over a really poor / low bandwidth FTP link.  So, I have one server that generates hundreds of .zip fi...
Hi - I'm trying to grab a list of files in the same directory that use the prefix, 'NEW_Historical_RCI_DI_' How would I search through the directory and store this list of files in an arra...
I need to run a perl in Active State for Windows that will check for a file on a webDav site If the file is not present then handle some exception.  There is no proxy layer involved. How do...
Hi there, I need a perl script which will read the data in an xml file and insert that data in toan email.Please check the problem in the attachment below. Thank's in advance. Regards...
I have a xls sheet and I want to color it. For example I am attaching a color.xls sheet here. This sheet contains 3 coloumns now what I need that the no "35 " should be colored by red no "...
I need to find out what perl verion is running on a machine, which i can find doing perl -v, but this shows me This is perl, v5.6.0 built for MSWin32-x86. All I want is v5.6.0. Can anyone pr...
I need a Perl script to do the following... 1. I have a collection of 40000+ audio and video files scattered across a file system.  I would like to run a Perl script from a directory that...
Has anyone managed to install indigoperl on their Vista machine? I have downloaded the latest zip file from their site, and extracted it to the DESKTOP as per their instructions on the site. ...