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 MikeeOK 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: skatun
  • Content: Threads
  • Order by date
  1. skatun

    Edit an space dlimted file from excel

    I want to add @]@[ before each cell in excel how can do this with perl. I almost got it to work!! It worked fine with comma except then all my white spaces are gone... $filename = "Bok1.prn"; $filename2 = "bok2.txt"; open ( FILE, $filename) or die "Cannot open file: $!"; print "file open for...
  2. skatun

    I have an issue with regex and getting the whole substrings

    I am trying to get out the filenames I haved defined in my $string, but it only prints : so the first printed line should look like: cfx5pre -batch test.cse any help would be great $string = "pre:test.cse;solve:test.def,test.ccl,test.res,test;post:test.cse"; @array = split /;/ , $string...

Part and Inventory Search

Back
Top