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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bytemania

  1. bytemania

    Problem with a regexp

    thanks =)
  2. bytemania

    Problem with a regexp

    i dont know what is wrong... Im a noob help me please #!/usr/bin/perl use strict; use warnings; sub bisplit { if(length($_)==2){ my @lista = split($_[0],$_[1]); print (join(":",@lista)),"\n"; } } bisplit(/\,/,"12,13,14,15,16");

Part and Inventory Search

Back
Top