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

    beginner's question about socket programming

    dear all, how do i send an array of items, for example a file or some variables, using perl?? i found the following sample code online, but it only send a message over thanks alot =================================== #!/usr/bin/perl -w use IO::Socket; my $sock = new IO::Socket::INET (...
  2. orangegal

    grep? regular expression??

    hey, guys, i am alittle confused about regular expression, will somebody please help me?? thanks a million! if i have the following sentence, how would i extract each part out?? **.**.**.** -> ***.**.**.*** ICMP TTL:127 TOS:0x0 ID:24623 the pattern and variables should be like this: Variable1...
  3. orangegal

    more questions regarding spliting a file by paragraphs

    okok, here's what i did, but it only prints out the first line of the document, i also tried "\n\n", it does the same thing, this one little problem is killing me. thanks for everyone's help ================================================== $file = 'test'; open FILE, $file; $file1=<FILE>...
  4. orangegal

    how to split a file by paragraph? instead of by lines

    thanks for your help

Part and Inventory Search

Back
Top