Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cam24r
  • Content: Threads
  • Order by date
  1. cam24r

    Print from CSV

    Hi, I have the following input in a csv file(attached): Size Color Shape - |green | - |red |- - |- |Rectangle - |- |Circle big |- |- small |- |- .... ... .. and I want to get something like this: big green rectangle big green circle big...
  2. cam24r

    Word after match

    Hi, I am new to programming and new to Perl and I could definitely use some help. I have a .csv file from which I am reading lines, I used the following code: foreach my $cell (@cells_array) { $attr1_value = shift(@attr1s); while ($attr1_value ne "") { $_ = $attr1_value; /inet filter\s+/...

Part and Inventory Search

Back
Top