>>>>> "AM" == Andreas Moroder <andreas.moro...@sb-brixen.it> writes:

  >> then why did you ask here, on a list aimed at teaching perl to
  >> beginners? this is not the place to ask for help on how to fix horrible
  >> old perl4 code. and you don't seem to get it, that code is nasty and
  >> bugridden. you haven't even tried to write your own modern code for
  >> it. most of it (from my painful but fast scan) can be done with a few
  >> common cpan modules.

  AM> my answer was not clear.
  AM> Sure I want to lern pearl, ( I already wrote a few small scripts ).
  AM> I did not understand that the code is so bad so I tried to clean it up
  AM> a little bit to get the work done.
  AM> Now you say that this could be done with a few cpan modules. Here my
  AM> begginers question: could you please tell me what are the right
  AM> modules to use ?

the two major functions i saw can be handled by File::Path (which is
portable) and File::Find (which does directory delving). there are many
other things that program does which are windows specific such as
integrating with the exploder file manager or something like that.

uri

-- 
Uri Guttman  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to