No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
my $Description = 10KBwEJYNEh/pegJNj5f+A==
6 Posted Topics
Re: I know this is an old thread. Just thought i'd add in another way, hehe! TMTOWTDI Anyways [code] #!/usr/local/bin/perl use strict; my $pid; die "cant fork $!\n" unless defined($pid=fork()); if($pid) { print "I'll do what i want here\n"; my $in=<STDIN>; while ($in ne 'stop') { $in=<STDIN>; chomp $in; print "$in … | |
Re: What cellphone are you using? I'm using my K800 on most of my videos and the video isn't that bad though. Maybe it's just the phone. check this out [url]http://youtube.com/watch?v=i-ZTRnCE4LM[/url] | |
Re: Well if you really want to make the output stay on the screen. why not try using \r instead of \n. On Tk, you can also use that open(STDERR,">>logfile"); and also use this line when executing your script. [code] c:\>perl -W myscript.pl>>logfile2.log [/code] Well , hope that works :) | |
Hiya everyone. Just thought that maybe someone could help me out on this one. I'm making a client on perl using IO::Socket and it works for most of my apps. But i came upon a bit of a challenge here. Everything works fine. I'm sending the login packet to YCHT … | |
Re: [QUOTE=bigfoot_80906]I am reading from a text file with two columns. The first column contains the name of a device, and the second column contains the IP address for this device. how do i get the name and address and assign them to separate variable names?[/QUOTE] not really sure what you … | |
Re: BTW, you can also copy paste this to your LMHOST.SAM file. hosts that houses trojans and hosts that pay people to load popups deserve to be blocked. :D Also some of these just re-download if you delete them but waits till startup so blocking the hosts is a good option. … |
The End.