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