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 Mike Lewis 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: *

  1. folkda

    Using Clipboard Windows

    Thank you. I wish I understood the reg exp. better. Looks like you did in 4/5 lines what I attempted in 20.
  2. folkda

    Using Clipboard Windows

    my $CLIP= Win32::Clipboard(); my @text = $CLIP->GetText(); print @text; print "Done\n"; while(my $line=$CLIP->GetText()){ my $stringLng = length($line); #Get string Length my $area = index($line, "released"); # GET POSITION OF WORD RELEASED my $f_string = substr($line,0, $area); #Remove...
  3. folkda

    Using Clipboard Windows

    I want to parse model numbers based on clipboard copy. Text looks like this. 20 3 - - GG225FZTQ00 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900 20 3 - - GG225FZTQ11 22 CU FF CHEST SPHINKTER released 1.000000 M model I 01-Jan-1900 I want to have just...

Part and Inventory Search

Back
Top