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 Wanet Telecoms Ltd 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: *

  • Users: kathas
  • Content: Threads
  • Order by date
  1. kathas

    Declaring global variables in Visual C++ applications

    Hi all, The problem i have is in declaring variables the values of which i will be able to access throughout my whole application (Global). No matter the class of which the function derives. I tried doing it with namespace but the namespace can only be accessed by the members of the class...
  2. kathas

    HTTP Request problem...

    I am using LWP to make HTTP Requests to a page that is supposed to redirect me somewhere. how can i see where does it redirect me? Here is my code: use strict; use warnings; use LWP 5.64; my $browser = LWP::UserAgent->new; my $content = $browser->post($url, [ 'name'=> "kathas" ])...

Part and Inventory Search

Back
Top