Search results

  1. M

    know anything about the dream reading machine?

    hello I have seen on on "House" (the tv show) a machine that (spoiler alert) can read a persons dream and translated it into a horribly colored video. That show presented some crazy devices in the past, but as one who tras to stay updated, I have known about each and every device & machine...
  2. M

    how can I use perl as n internet browser?

    hi (kinda new at perl programming) I'm looking for a module that given an url will allow me to get to a point where I have an array, the elements of which are strings of the same (as lose as possible at least) text lines, that I would see in my internet browser as it opened the web page's url...
  3. M

    ow do I use perl to download a webpage's source code?

    hello I posted a similar topic before where I was advised to use the LWP::Simple; module. One problem is the source retrieved with it is very different from the one I see with "view source" of my FireFox. (no chance of any style thing because the length is extremely different) also the source...
  4. M

    how do I save a perl coded program independently?

    I've tried (and failed miserably) to save my small perl program as an independent file. my file was test.pl and I expected to double click it and have it run immediately, but instead it only opened it as a text file using "Padre". how do I save it (like as exe or whatever) so it will run by...
  5. M

    how do I get a webpage's content/source with perl?

    anyone please... I can never find what I'm looking for with the Cpan's damn search engine (so frustrated). I just want to "read" a webpage (by visible content or by source code) using perl. if your answer requires any modules to be downloaded / installed, please explain how to do that as well...
Back
Top