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 Shaun E 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: devashiya
  • Order by date
  1. devashiya

    While loop

    Hi , didnt do much.. just changed that while loop to a foreach loop. Just take a look n see if this serves ur purpose.. use strict; use warnings; use HTTP::Cookies; use LWP::UserAgent; use HTTP::Request::Common qw(POST); use HTTP::Request::Common qw(GET); my $ua = new LWP::UserAgent; my...
  2. devashiya

    real basic perl question

    Its defenitly a part of some CGI script that process some kind of form. The information in a form can be send either by GET or POST method.So first script is checking the method. eg http://www.tek-tips.com/viewthread.cfm?qid=1175050&page=1 is using GET method. qid=1175050&page=1 is the info...

Part and Inventory Search

Back
Top