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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TorTukiTu

  1. TorTukiTu

    Problem with cookies and proxy in perl (LWP problem)

    That's ok it was the -w THANK YOU VERY MUCH !!! =D <3 u !!
  2. TorTukiTu

    Problem with cookies and proxy in perl (LWP problem)

    Hi, =) I'im a noobi in perl. I try to write a code wich connect me to a website through a proxy and uses some cookies file. Here is the code: #!/usr/bin/perl -w use LWP::UserAgent; use HTTP::Cookies; die "Example: perl $0 http://www.google.com/\n" unless @ARGV; system("color f"); $browser =...

Part and Inventory Search

Back
Top