Re: question

2010-02-28 Thread Uri Guttman
> "SO" == S O writes: SO> sorry guys i apologize for this question, SO> how come when writing a program that these are not equivalent: SO> @files = readdir(D); SO> vs SO> readdir(D) = @files; my question is why would you think they are the same? your same question can be asked a

Re: question

2010-02-28 Thread Shlomi Fish
Hi Stace! On Sunday 28 Feb 2010 20:14:57 S O wrote: > sorry guys i apologize for this question, > > how come when writing a program that these are not equivalent: > > @files = readdir(D); > > vs > > readdir(D) = @files; > Well, first of all, use strict and warnings and use lexical filehandle

Re: libwww-perl authorization problem

2010-02-28 Thread Peter Scott
On Thu, 18 Feb 2010 11:32:01 -0800, cerr wrote: > I'm trying to login to a ssl encrypted webinterface with authrization > uing LWP but I don't get authorized for some reason and i can't figure > out why not. > My code: > my $url = 'https://192.168.167.166/'; # Yes, HTTPS! my $browser = > LWP:

question

2010-02-28 Thread S O
sorry guys i apologize for this question, how come when writing a program that these are not equivalent: @files = readdir(D); vs readdir(D) = @files; thanks for your patience, stace

Re: Getting the text from a PDF file

2010-02-28 Thread Ion Pop
From: "Dr.Ruud" I would like to extract the whole text from a PDF document. Can you recommend a perl module that can do this under Windows? I searched on cpan.org and I found very many modules, I tested a few of them, but none of them was able to extract the text, which can be seen well wi

Re: Getting the text from a PDF file

2010-02-28 Thread Chris Charley
- Original Message - From: ""Ion Pop"" Newsgroups: perl.beginners To: Sent: Sunday, February 28, 2010 7:57 AM Subject: Getting the text from a PDF file Hello, I would like to extract the whole text from a PDF document. Can you recommend a perl module that can do this under Window

Re: Getting the text from a PDF file

2010-02-28 Thread Dr.Ruud
Ion Pop wrote: I would like to extract the whole text from a PDF document. Can you recommend a perl module that can do this under Windows? I searched on cpan.org and I found very many modules, I tested a few of them, but none of them was able to extract the text, which can be seen well with

Getting the text from a PDF file

2010-02-28 Thread Ion Pop
Hello, I would like to extract the whole text from a PDF document. Can you recommend a perl module that can do this under Windows? I searched on cpan.org and I found very many modules, I tested a few of them, but none of them was able to extract the text, which can be seen well with Acrobat