Learn Python, not Perl This is probably the best tutorial to learn the basics of Python: http://www.hetland.org/python/instant-python.php
-Paul On Friday 22 November 2002 04:22 pm, Hamish McBrearty wrote: > [EMAIL PROTECTED] writes: > >I am chopping lines out of text files. > > > >Mark > > I had to do this a couple of weeks back. Administrator needed certain > lines cut out of PABX logs. I wrote a Python script that did the job, I > personally find Python does a much better job at text processing. > > Having said that, I find http://www.coderforums.net a fantastic place to > exchange code and get help from those more learned than myself. > > Remember, TIMTOWTDI! > > > ------------------------------------------------- > Hamish McBrearty MCSE MCSA > Network Engineer > Rangi Ruru Girls' School > 59 Hewitts Road > Christchurch > NEW ZEALAND > Ph 03 355-6099 > Fax 03 355-6027 > CELL 021 999770 > E-Mail: [EMAIL PROTECTED] > --------------------------------------------------
