Re: stuck in a while loop



Nospam wrote:

#! perl\bin\perl
use strict;
use warnings;

use Data::Dumper;
use WWW::Mechanize;
use LWP::Useragent;

^^^
I don't believe this is real code as there is no such module.


--
Brian Wakem
Email: http://homepage.ntlworld.com/b.wakem/myemail.png
.



Relevant Pages

  • Re: Help with delete an element in array
    ... Deepu wrote: ... Please post your real code. ... use strict; # though your code is indeed now strict-safe. ... use warnings; ...
    (comp.lang.perl.misc)
  • Re: search and replace help
    ... > html form with CGI.pm. ... You have a "use strict" violation there. ... This isn't your real code. ... There is not much point in turning on warnings if you are just ...
    (comp.lang.perl.misc)
  • Re: Processing multiple delimiter files
    ... Thanks Tad for the suggestions. ... Is this your real code? ... use warnings; ... use strict; ...
    (comp.lang.perl.misc)
  • Re: hash counter
    ... Lee wrote: ... > with real code for you later. ... use strict; ... use warnings; ...
    (comp.lang.perl.misc)
  • Re: Sharing variables between modules
    ... use strict; ... use warnings; ... # Note that this must also come *before* the use Foo line. ... package Foo; ...
    (comp.lang.perl.misc)