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 Mike Lewis 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: *

  1. promyk

    IRC Bot.. problem

    Hi.. it's me again ;D #!/usr/bin/perl # Simple IRC Bot. # Coded by: Saime. # Options: !version , !killmaself , !op , !owner # Visit us: irc.nitrousirc.net #perl use strict; use IO::Socket; use Socket; use Switch; use LWP::UserAgent; my $server = "irc.efnet.nl"; my $port= '6665'; my $chanel =...
  2. promyk

    REGEX Perl..

    Thx guys for help !! works ;)
  3. promyk

    REGEX Perl..

    I have problem.. this is my code... #!/usr/bin/perl print "SITE:\n"; $SITE = <STDIN>; chomp $SITE; print "PATH:\n"; $PATH = <STDIN>; chomp $PATH; print "USERID:\n"; $USERID = <STDIN>; chomp $USERID; #Send Request use LWP::UserAgent; $ua = new LWP::UserAgent; $ua->agent("Mozilla/8.0"); $ua =...

Part and Inventory Search

Back
Top