First  |  Prev |  Next  |  Last
Pages: 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
UDP receive
Hi, got a UDP msg with format STXdataETX (without a LF) I use this: use IO::Socket; my $PORT='4444'; $sock = IO::Socket::INET -> new(LocalPort => $PORT, Proto => 'udp') or die "socket: $@"; print "Server Mode\n"; while ($sock->recv($nachricht,1024)) { print "$nachricht"; }; with my incoming format STXda... 27 Feb 2010 15:27
Please excuse the NOOB question - go easy on me please~!
Okay; I am sure that someone out there has done this before - I *think* I am on the right track. I have a directory full of emails. What I would like to do is read each file in, then parse them into a CSV style file. Example: #!/usr/bin/perl use warnings; use strict; open FILE , "/home/gmillard/S... 25 Feb 2010 17:05
Call for Paper The International Journal of Computer Science (IJCS)
Call for Paper The International Journal of Computer Science (IJCS) publishes original papers on all subjects relevant to computer science, communication network, and information systems. The highest priority will be given to those contributions concerned with a discussion of the background of a practical problem,... 25 Feb 2010 02:35
FAQ 5.30 How can I read a single character from a file? From the keyboard?
This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 25 Feb 2010 00:23
FAQ 7.20 Why doesn't "my($foo) = <FILE>;" work right?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Feb 2010 18:50
FAQ 8.16 How can I sleep() or alarm() for under a second?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Feb 2010 13:07
open source spell checker for German
Hi, I am looking for a good open source spell checker with a German dictionary which I can use to perform stemming operations on German terms. Any suggestions? Thanks. Francois Massion www.dog-gmbh.de ... 24 Feb 2010 02:02
FAQ 7.5 How do I temporarily block warnings?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Feb 2010 00:56
FAQ 8.48 How do I add the directory my program lives in to the module/library search path?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 23 Feb 2010 12:24
FAQ 6.8 How can I match a locale-smart version of "/[a-zA-Z]/"?
This is an excerpt from the latest version perlfaq6.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 23 Feb 2010 06:49
First  |  Prev |  Next  |  Last
Pages: 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95