in reply to Re: Problem with string manipulation
in thread Problem with string manipulation
open( IN, "<", "print_tools.txt" )or die("Cannot open print_tools.txt +for reading: $!" ); while(<IN>) { /("[^"]+")/; print "modelCombo.addItem($1);\n"; } close IN;
|
|---|