Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
About Me

my $Description = 10KBwEJYNEh/pegJNj5f+A==

Favorite Tags

6 Posted Topics

Member Avatar for nuwan

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 …

Member Avatar for richieking
0
2K
Member Avatar for Mushy-pea

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]

Member Avatar for VernonDozier
0
154
Member Avatar for 001

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 :)

Member Avatar for MattEvans
0
682
Member Avatar for JEt3L

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 …

Member Avatar for JEt3L
0
253
Member Avatar for bigfoot_80906

[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 …

Member Avatar for bigfoot_80906
0
144
Member Avatar for daruk

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. …

Member Avatar for JEt3L
0
266

The End.