Re: Preview data

2002-04-12 Thread Kris G Findlay
exellent Jenda .. thats spot on. exactly what i was looking for. thanx to you all for your help it was much apreciated - Kris G Findlay http://www.knight-shift.com - Original Message - From: "Jenda Krynicky" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: Preview data

2002-04-12 Thread Kris G Findlay
ow can i apply a regex to replace " with ' to all data wich is retrieved using CGI module. --- Kris G Findlay - Original Message - From: "Nikola Janceski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 2:18 PM Subjec

Preview data

2002-04-12 Thread Kris G Findlay
ields breacking when a " is included within the data can anyone suggest an alternative or solution ? all help is much apreciated !! thanks -------- Kris G Findlay Web / Software Developer http://www.knight-shift.com

Re: RE:regex tester

2002-04-12 Thread Kris G Findlay
try visual regex here is link .. its free http://laurent.riesterer.free.fr/regexp/ - Original Message - From: "Kris G Findlay" <[EMAIL PROTECTED]> To: "beginners" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 11:50 PM Subject: Re: RE:regex test

Re: RE:regex tester

2002-04-11 Thread Kris G Findlay
- Original Message - From: "James Campbell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 5:31 PM Subject: RE:regex tester > Hi > > >Is anybody use any free Regexp tester? > >Like in the OptiPerl - but it's non-free... :( > > Don't know how complicated O

regex problem

2001-11-12 Thread Kris G Findlay
question if i have $data = "http://user:[EMAIL PROTECTED]\nhttp://www.someothersite.com"; and run regex $data =~ http:\/\/(.*?):(.*?)@(.*?)/g how do i stop it from being so greedy and take the whole line ? -- --- K.G.Findlay [EMAIL PROTECTED] Knight Shift (We

NET::IRC

2001-07-06 Thread Kris G Findlay
ot;; $self->join("#chat"); $self->privmsg("#chat", "Hi there."); } $irc->start; # end perl script ## and when i run it i get this error Can't connect to some.server.com:6668! at E:/Perl/site/lib/Net/IRC.pm line 192 can someon

RE: Editor

2001-07-03 Thread Kris G Findlay
i use synedit its free and very good !! check out www.mkidesign.com or http://synedit.hypermart.net -Original Message- From: Luke Bakken [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 20:35 To: Bill Pierson Cc: [EMAIL PROTECTED] Subject: Re: Editor www.vim.org On Tue, 3 Jul 2001, Bill

RE: Gzip on Win32

2001-06-28 Thread Kris G Findlay
you only need winzip from www.winzip.com it can uncompress gzip and tar zipped files no problem !! i use all the time !! {--} Kris G Findlay {--} -Original Message- From: Wright, James C. [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 16:03 To: 'David S

converting MS access DB to mysql

2001-06-18 Thread Kris G Findlay
i have an Ms Access DB and need to use it on a linux web server !! does anyone know how i can go about converting it to Mysql or suchlike ?? as it is quite large. !! thanx [--] Kris G Findlay [EMAIL PROTECTED] [--]

Net::Telnet

2001-06-14 Thread Kris G Findlay
"); $telnet->cmd("gnome-session"); $telnet->close; exit; ### end of script # [--] Kris G Findlay [EMAIL PROTECTED] [--]