I'm using windows and taking the paths into a file. An example path is:
M:\O&M Manuals and Databooks\Manual by Job No\Job 9200s\9216\3.0-Manufacturing\3.8-Welding-MTRs\3.8.1-Piping\3.8.1.3-Video-Borescope\3.11.1.3.3-Blowdown-Piping\9216BLDN Weld #10, Detail B.swf
A number of these are in the...
I tried the first and I was able to combine the quantities, but was unable to combine the tags. The second as able to give me what I needed.
Thanks to all that responded.
I'm looking for a hash like:
================================
507: quantity=6.0000 ,description=THERMOWELL ,tags= TW-3 TW-1 TW-2,partnum=2202579000
658: quantity=1.0000 ,description=FLOWMETER ,tags=FE-1/FT-1 ,partnum=2901675000
================================
I would love the have the...
I have the following data that is read into a hash
==============================================
507: quantity=1.0000 ,description=THERMOWELL ,tags= TW-3,partnum=2202579000
658: quantity=1.0000 ,description=FLOWMETER ,tags=FE-1/FT-1 ,partnum=2901675000
557: quantity=1.0000...
You are correct. I mixed the gate and ball valves. I think I see how it is done, using the second array. I'll give it a shot and see how that works.
Thanks!
I have an array that I'm trying sort.
The array is
@parts = (1,2602344000,Ball Valve,1.0000,array(memaddress),2,2602345000,Gate Valve,2.0000,array(memaddress)...)
The array(memaddress) contains tags (V1) for the first and (V23,V40) for the second.
The record is really
1,2602344000,Gate...
That is exactly what I am trying to do. In some cases I may end up with:
(1, 260...., CHK VLV,[V10,V12,V15,V16])
Afterwards I will be sorting on the short description and the 260... number, creating a LaTeX table on the result ad pulling PDF's with the 260... number.
I have a text report from some software. I'm trying to collect the data from the text file into a meaningful data structure and I would like some suggestions for this. The data is set in a text file as follows:
==========================================================
Item*...
I'm trying to use Perl for text processing for Latex. One of the big problems I have is spaces in file names in both in the current and sub directories for PDF files. I'm trying to use Perl to detect the PDF file in all the subdirectories and rename the file removing the spaces and putting in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.