in reply to
Re: can perl-data-dumper-concise replace data-dumper!?
in thread can perl-data-dumper-concise replace data-dumper!?
hello dear buddy,
thx qlot.
running the script - i get such data back
Maria Schmolln Maria Schmolln 2 5241 Maria Schmolln Telefonnummer: 07743/2209-12 FAX-Nummer: 07743/2209-17 E-Mail: pfarre.mariaschmolln@dioezese-linz.ats
Mattighofen R�merstra�e 12 5230 Mattighofen Telefonnummer: 07742/2273 0676/87765221 FAX-Nummer: 07742/2273-22 E-Mail: propsteipfarre.mattighofen@dioezese-linz.atb
Mauerkirchen Pfarrhofstra�e 4 5270 Mauerkirchen Telefonnummer: 07724/2262
it does count up - that is great!!
what i want is to force the script to run from 00000 to 10000 -
the results should be stored in a csv formatted way...
therfore i did the changes:
changed the $max_page_num to the max number and change $page to the starting number.
this will only print the data to stdout (console)
now i am trying to modify it... :-)
well i have to put it to the CSV-values.
usually this can be done with use Text::CSV_XS (where the Class::CSV is based on)
a friend also suggested me using Text::CSV which will load up Text::CSV_XS or,
Well at the moment all the results will only print the data to stdout (console) im sure that i can modify it... :-)
i just installed the Text::CSV_XS
took it from here: http://search.cpan.org/~hmbrand/Text-CSV_XS-0.91/CSV_XS.pm
now i try to figure out which attributes i do use
what do you suggest!?