Re: [Tutor] backslashes

2007-07-08 Thread Dave Kuhlman
On Sun, Jul 08, 2007 at 10:54:51AM -0600, max . wrote: > hello i am writing a simple password tester that uses a word list and am > running into some problems when i read the words from a text file they are > written to the screen with a backslash at the end and i cant seem to find a > way to get r

Re: [Tutor] backslashes

2007-07-08 Thread Luke Paireepinart
max . wrote: > hello i am writing a simple password tester that uses a word list and > am running into some problems when i read the words from a text file > they are written to the screen with a backslash at the end and i cant > seem to find a way to get rid of them > > here is the script: > >