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!

Recent content by dmgmn7

  1. dmgmn7

    Newbie help on Module path using Host Gator

    Also the LWP::UserAgent has a number of 5.835 in Host Gator. Does that mean I have to change use LWP 5.64; to use LWP 5.835 ANd the script is running (or not running) here: http://wildxtremes.com/cgi-bin/Hack14b.cgi
  2. dmgmn7

    Newbie help on Module path using Host Gator

    I'm trying to do a simple tutorial but I'm having trouble getting started. My problem seems to be installing and getting the correct path to the modules. ******1. Here is the original code:*********** #!/usr/bin/perl -w use strict; use LWP 5.64; my $browser = LWP::UserAgent->new; my $url =...

Part and Inventory Search

Back
Top