Re: How to can develop a program

2022-08-05 Thread hw
On Mon, 2022-08-01 at 14:50 -0600, William Torrez Corea wrote: > On Mon, Aug 1, 2022 at 8:16 AM Christian Walde > > wrote: > > > On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea < > > willitc9...@gmail.com> wrote: > > > > My goal: I want to create > > > > > > Being that you barely know

Re: How to can develop a program

2022-08-05 Thread Mike
I agree.  Roadmap is good.  I even gave him a starting roadmap, but I think he is just looking for the answer.  Which means he is going to be disappointed for sure. Mike On 8/2/22 03:41, Ruprecht Helms (privat) wrote: for bigger developing-project the best thing is a roadmap, because

Re: How to can develop a program

2022-08-03 Thread Philip Parzygnat
For PDF related development one valuable resource is https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf I don’t have any experience in this but investigated many years ago to automate digital publication. Maybe it will help. I’m sure Perl can be applied but as

Re: How to can develop a program

2022-08-02 Thread Ruprecht Helms (privat)
First you need the roadmap of what you want to do. The other is to read one or both of the mentioned book below. Or book about beginning perl from the Oreily-Distributor. Maybe the book "Effective Perl Programming" from Joseph N. Hall can be an additional option. As mentioned in another mail f

Re: How to can develop a program

2022-08-02 Thread William Torrez Corea
On Tue, Aug 2, 2022 at 3:16 AM Christian Walde wrote: > On Tue, 02 Aug 2022 10:41:36 +0200, Ruprecht Helms (privat) < > rhe...@rheynmail.de> wrote: > > Am 02.08.22 um 10:07 schrieb Christian Walde: > >> On Mon, 01 Aug 2022 22:50:21 +0200, William Torrez Corea > >> wrote: > >> > >>> On Mon, Aug 1

Re: How to can develop a program

2022-08-02 Thread Ruprecht Helms (privat)
Hi everybody, Am 02.08.22 um 11:16 schrieb Christian Walde: On Tue, 02 Aug 2022 10:41:36 +0200, Ruprecht Helms (privat) wrote: Am 02.08.22 um 10:07 schrieb Christian Walde: What you're describing is how to make a roadmap for the implementation of a specific program. William asked about l

Re: How to can develop a program

2022-08-02 Thread Christian Walde
On Tue, 02 Aug 2022 10:41:36 +0200, Ruprecht Helms (privat) wrote: Am 02.08.22 um 10:07 schrieb Christian Walde: On Mon, 01 Aug 2022 22:50:21 +0200, William Torrez Corea wrote: On Mon, Aug 1, 2022 at 8:16 AM Christian Walde wrote: On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea

Re: How to can develop a program

2022-08-02 Thread Ruprecht Helms (privat)
for bigger developing-project the best thing is a roadmap, because you have to plan the steps what the thing should do. Start with a sheet of paper and a pencil and after that you can decide what programminglanguage to use and which module you want to start first. Regards, Ruprecht A

Re: How to can develop a program

2022-08-02 Thread Christian Walde
On Mon, 01 Aug 2022 22:50:21 +0200, William Torrez Corea wrote: On Mon, Aug 1, 2022 at 8:16 AM Christian Walde wrote: On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea < willitc9...@gmail.com> wrote: My goal: I want to create you should start [...] reading Modern Perl and Ovid's

Re: How to can develop a program

2022-08-01 Thread Shlomi Fish
Hi William! On Mon, 1 Aug 2022 14:50:21 -0600 William Torrez Corea wrote: > On Mon, Aug 1, 2022 at 8:16 AM Christian Walde > wrote: > > > On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea < > > willitc9...@gmail.com> wrote: > > > > My goal: I want to create > > > > > > Being that yo

Re: How to can develop a program

2022-08-01 Thread William Torrez Corea
On Mon, Aug 1, 2022 at 8:16 AM Christian Walde wrote: > On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea < > willitc9...@gmail.com> wrote: > > My goal: I want to create > > > Being that you barely know anything about Perl, you should start with > learning how Perl works by reading Modern

Re: How to can develop a program

2022-08-01 Thread Christian Walde
On Sat, 23 Jul 2022 21:03:18 +0200, William Torrez Corea wrote: My goal: I want to create Being that you barely know anything about Perl, you should start with learning how Perl works by reading Modern Perl and Ovid's Beginning Perl. Right now you're doing the moral equivalent of asking ho

Re: How to can develop a program

2022-08-01 Thread Ruprecht Helms (privat)
Hi, I know eclipse as a developingtool that is normaly used for Java-development. But this tool also have plugins for developing in PHP, for Android-Programming and maybe for development in perl or in python. Regards, Ruprecht Am 01.08.22 um 13:23 schrieb hw: I have installed eclipse on my

Re: How to can develop a program

2022-08-01 Thread hw
On Sun, 2022-07-31 at 21:06 -0600, William Torrez Corea wrote: > On Sun, Jul 31, 2022 at 8:55 PM hw wrote: > > > On Sun, 2022-07-31 at 18:04 -0600, William Torrez Corea wrote: > > > On Sun, Jul 31, 2022 at 5:57 PM Marco Shaw > > > wrote: > > > > > > > Being a novice, you have to realize there a

Re: How to can develop a program

2022-07-31 Thread William Torrez Corea
On Sun, Jul 31, 2022 at 8:55 PM hw wrote: > On Sun, 2022-07-31 at 18:04 -0600, William Torrez Corea wrote: > > On Sun, Jul 31, 2022 at 5:57 PM Marco Shaw > > wrote: > > > > > Being a novice, you have to realize there are certain limitations > > > to > > > things. In other words, Perl maybe can'

Re: How to can develop a program

2022-07-31 Thread hw
On Sun, 2022-07-31 at 18:04 -0600, William Torrez Corea wrote: > On Sun, Jul 31, 2022 at 5:57 PM Marco Shaw > wrote: > > > Being a novice, you have to realize there are certain limitations > > to > > things.  In other words, Perl maybe can't do EVERYTHING you want it > > to. > > > > Very clear,

Re: How to can develop a program

2022-07-31 Thread William Torrez Corea
On Sun, Jul 31, 2022 at 5:57 PM Marco Shaw wrote: > Being a novice, you have to realize there are certain limitations to > things. In other words, Perl maybe can't do EVERYTHING you want it to. > Very clear, so, would I use another language of programming to make the rest of the program?. --

Re: How to can develop a program

2022-07-31 Thread hw
On Sun, 2022-07-31 at 17:34 -0600, William Torrez Corea wrote: > Where can I start? > > I am Script kiddie, I have zero knowledge about Perl. I need a > stimulus. > > For example: I am executing perl examples. > > But the project i don't know how to start. > > https://learn.perl.org/ Always us

Re: How to can develop a program

2022-07-31 Thread Marco Shaw
I didn't try to read and fully absorb what you've been saying. I see mention of PDFs... So if you're trying to work with PDF files, the first thing you can do is Google "Perl PDF extract information". If that comes up empty, or points you to external tools like an external module or command to h

Re: How to can develop a program

2022-07-31 Thread William Torrez Corea
Where can I start? I am Script kiddie, I have zero knowledge about Perl. I need a stimulus. For example: I am executing perl examples. But the project i don't know how to start. https://learn.perl.org/

Re: How to can develop a program

2022-07-30 Thread hw
Well, what can you do with your bare hands? Build tools so you can do stuff, starting with using stones and the like for tools? On Fri, 2022-07-29 at 13:26 -0600, William Torrez Corea wrote: > On Fri, Jul 29, 2022 at 11:38 AM hw wrote: > > > On Sat, 2022-07-23 at 13:03 -0600, William Torrez

Re: How to can develop a program

2022-07-29 Thread William Torrez Corea
On Fri, Jul 29, 2022 at 11:38 AM hw wrote: > On Sat, 2022-07-23 at 13:03 -0600, William Torrez Corea wrote: > > My goal: I want to create something similar to the phone guide. In > > this > > page exist a great number of documents in format pdf. So, I want to > > unite > > the different documents

Re: How to can develop a program

2022-07-29 Thread hw
On Sat, 2022-07-23 at 13:03 -0600, William Torrez Corea wrote: > My goal: I want to create something similar to the phone guide. In > this > page exist a great number of documents in format pdf. So, I want to > unite > the different documents and can filter for name, last name, location. > If I > m

Re: How to can develop a program

2022-07-23 Thread William Torrez Corea
My goal: I want to create something similar to the phone guide. In this page exist a great number of documents in format pdf. So, I want to unite the different documents and can filter for name, last name, location. If I make this manually I have to open each document, download the document and sea

Re: How to can develop a program

2022-07-20 Thread Mike
I'm going to be traveling, so will not be able to help much in the next 2 days. That is a PDF file you supplied.  Is it fair to say you want to be able to search for all the names listed in a text file and be able to print out which file contains which name.  And in some cases the name will not

Re: How to can develop a program that search in different document in the network the name of a person?

2022-07-20 Thread William Torrez Corea
The url of the page: https://www.pgr.gob.ni/PDF/2021/GACETA/GACETA_17_08_2021.pdf On 7/20/22, William Torrez Corea wrote: > Exist a page where you put info about the person but if you want to search > a name you must search this manually. So, I want to automate this process > with perl. > -- > >