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 bkrike 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. programingnoob

    Dell Computer Parts Compitable?

    Are Dell computers competitable with other brands of DIY parts? (intel competitable)
  2. programingnoob

    PERL LWP and PHP non-URL sessions

    Hello, I've been building bots, but my LWP bot never works for sites with PHP non-URL sessions. After I login to a page, it is as if I was not logged in at all. Many people have told me it's the same as cookies, but no one ever showed me any working code. Is there any script you got handy that...
  3. programingnoob

    Destructive shut down

    Hello, My CPU has a history of over heating, and therefore shut down my computer automatically when it overheats. (I am on a windows 2000 professional.) After the last shutdown I had, I am unable to load windows. The startup is fine until windows is loading on the screen where there are ASCII...
  4. programingnoob

    Intergrating C into Perl

    Hello, What is the fastest way to make a Perl script use a C program? And how do I do it? Thanks
  5. programingnoob

    LoadVars.sendAndLoad()

    Hello, I am still in the process of learning some actionscript, and is quite confused by the process of LoadVars.sendAndLoad(). I am trying to get the flash movie to request a url with some data using the post method, and download the responding page. I am, however, unable to do that. Btw, I...
  6. programingnoob

    Scanner not found in xp

    Hi, I have an acer acerscan prisa p610 scanner. After installing the drivers for it, I have tried to use the scanner in XP, but the scanner 'was not founded.' I have tried but was unsuccessful in trying to find new drivers from the scanner. I am wondering if anyone has or know where to get the...
  7. programingnoob

    PC Shuts down itself.

    Hi, I am using a Intel Pentium 1.80GHz cpu, and 128M ram computer. It uses Microsft Windows 2000 Service pack 4. Recently, (for about 3 months) the computer has a problem: it shuts down suddenly and without a warning. (The computer freezes for once second, then the monitor suddenly goes black...
  8. programingnoob

    Using C to create virtual joystick controlled by mouse

    Hi, I was wondering if it was possible to create a virtual joystick controlled by the mouse. :) And if anyone did do something like that already. And if this isn't done is assembly, i *think* it's biggest chance is to be created using C. So i decided to ask here :D Thanks.
  9. programingnoob

    joystick and mouse

    Hi, I was wondering if it was possible to create a virtual joystick controlled by the mouse. :) And if anyone did do something like that already. Thanks.
  10. programingnoob

    Maze Solver

    Hi, Is there a way to get Perl to solve a maze? The maze is a map, split into squares. Some blocks are impassible, and the program should find the shortest way from one point to another. Thanks
  11. programingnoob

    LWP Post request

    Hi, I have this unsolved perl lwp post problem. I found out that when I use LWP to fill out forms (uses post) that has a password type, it doesn't work. I just can't find the problem and that problem has been unsolved for months. However, if I use LWP to fil out a Post form that doesn't have a...
  12. programingnoob

    c++ webbot, webspider, or <what ever u call it>

    Hi, I am trying to write a c++ webbot, webspider, or <what ever u call it>, I know perl, but I am a bit lost in c++, not in the syntax, but I just can't find a book taht talks about writing stuff like a webbot... So, does anyone knows a website, or boook that they recommend? i know i need...
  13. programingnoob

    GD module needs libgd

    Hi, I am trying to install the GD module. However, I cannot do that unless I already install the libgd. I cannot find libgd in cpan. What should I do? Thanks
  14. programingnoob

    Network Everywhere Network Card installation problem.

    Hi, I have problems with installing my network card for adsl, and I can't go on internet. (I am talking about my other computer, of course :-) The computer that can't go on the net runs on Windows 2000. But I will talk about the &quot;structure of my ADSL conection&quot;. I got an ADSL modem...
  15. programingnoob

    Perl Parse problem

    Hi, I have this parse program. use warnings; use HTML::TreeBuilder 3; my $root = HTML::TreeBuilder->new_from_file(&quot;browseshop[1].txt&quot;); $flash = $root->find_by_attribute('onclick', &quot;if ( !confirm ('Are you shure') ) { return false; }&quot;); $flash->attr(&quot;src&quot;)...
  16. programingnoob

    Basic visual basic 6 syntax problem...

    Hi, I am new to visual basic. I have decided to use it because it can connect to internet explorer. I have read 2 books, and both of them talks about how to use the controls in the visual basic program, but neither of them teaches the syntax / code that vb uses(all the stuff in the code window...
  17. programingnoob

    Search problem

    Hi, I have this search problem. I just can't master the search functions... I have this script use warnings; open IN, &quot;results.htm&quot; or die &quot;error&quot;; @content = <IN>; close IN; foreach $ln (@content) { $ln =~ /.gif' width=30 height=30 border=1></a></td><td...
  18. programingnoob

    Netscape Cookie Problem

    Hi, My script here doesn't work. I checked the paths already, but nothing's wrong. So I suppose that the problem's in my Script. But I can't find the error. Can anyone ploease help me out? The problem with this script is that it shows a request log in page, instead of a page that already has...
  19. programingnoob

    Missing Module HTTP::Cookies::Netscape

    Hi, I am having problems again. :( Okay, I got the module LWP from CPAN, and the module HTTP::Cookies::Netscape is suppose to come with it,or at least that's what I thought. I wrote a program, requesting for the module HTTP::Cookies::Netscape, and it said it was missing. I went to CPan to look...
  20. programingnoob

    lwp and form structure question/problem

    Hi, I got thsi script on the net, and I don't know how to get this working, as I do not understand it at all, can someone please teach me what the script is doing? ## PERL modules that mimick the browser and the URL require LWP; require URI::URL; use strict; use CGI; ## PERL module to read...

Part and Inventory Search

Back
Top