Re: perl error...

2008-07-17 Thread George Georgalis
On Thu 17 Jul 2008 at 10:18:22 AM -0700, John W. Krahn wrote: > George Georgalis wrote: >> Okay perl idiot here... >> use: not found >> /usr/local/script/contrib/maildirsync.pl: 20: Syntax error: "(" unexpected >> >> (nb: "use: not found:") h

Re: perl error...

2008-07-17 Thread George Georgalis
On Thu 17 Jul 2008 at 12:56:41 PM -0400, George Georgalis wrote: >Okay perl idiot here... > >use: not found >/usr/local/script/contrib/maildirsync.pl: 20: Syntax error: "(" unexpected > >(nb: "use: not found:") humm, well this is line 19-21 > >use

perl error...

2008-07-17 Thread George Georgalis
lib/perl5/5.8.0/File/Copy.pm installed... and am using cooresponding /usr/pkg/bin/perl what could be the problem? // George -- George Georgalis, information system scientist < -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: recursive replace

2004-06-17 Thread George Georgalis
On Wed, Jun 16, 2004 at 05:02:03AM -0400, Randy W. Sims wrote: >George Georgalis wrote: >>On Mon, Jun 14, 2004 at 04:42:40PM -0500, JupiterHost.Net wrote: >> >>> >>>George Georgalis wrote: >>> >>> >>>>In my perl notes I found this for

Re: recursive replace

2004-06-16 Thread George Georgalis
On Mon, Jun 14, 2004 at 04:42:40PM -0500, JupiterHost.Net wrote: > > >George Georgalis wrote: > >>In my perl notes I found this for recursive replace >> >>I want to replace all instances of oldstring with newstring in html >>files, ./ and below. >&

recursive replace

2004-06-14 Thread George Georgalis
in why this one-liner is not working (does nothing, no error), best I can tell it should work. // George -- George Georgalis, Architect and administrator, Linux services. IXOYE http://galis.org/george/ cell:646-331-2027 mailto:[EMAIL PROTECTED] Key fingerprint = 5415 2738 61CF 6AE1 E9A7

Re: How to write a page break character.

2003-12-21 Thread George Georgalis
in, you can type "" you can insert tabs in a regex with ctrl-v, too. // George -- GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027< Security Services, Web, Mail,mailto:[EMAIL PROTECTED] Multimedia, DB, DNS and Metrics. http://www.galis.org/george

Re: mysql cgi admin and client

2003-12-19 Thread George Georgalis
yeah, that looks right. Thanks Jose. // George On Tue, Dec 16, 2003 at 03:30:10PM +0100, NYIMI Jose (BMB) wrote: >Try >http://www.gossamer-threads.com/scripts/mysqlman/index.htm > >Jos?. > >-Original Message----- >From: George Georgalis [mailto:[EMAIL PROTECTED] >Se

Re: mysql cgi admin and client

2003-12-19 Thread George Georgalis
On Tue, Dec 16, 2003 at 09:19:01AM -0800, R. Joseph Newton wrote: >George Georgalis wrote: > >> After I wrote that, I made some good progress... notably: >> http://www.thedumbterminal.co.uk/software/webmysql.shtml >> >> This might be good too, haven't tried

Re: mysql cgi admin and client

2003-12-16 Thread George Georgalis
After I wrote that, I made some good progress... notably: http://www.thedumbterminal.co.uk/software/webmysql.shtml This might be good too, haven't tried http://sourceforge.net/projects/mysqltool/ // George On 12/15/03, George Georgalis wrote: >Hi, > >I thought there was

mysql cgi admin and client

2003-12-16 Thread George Georgalis
t og thing for under $40, but I suspect there is a GNU one out there? // George -- GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027< Security Services, Web, Mail,mailto:[EMAIL PROTECTED] Multimedia, DB, DNS and Metrics. http://www.galis.org/george -- To u

Re: recursive replace command line

2003-12-11 Thread George Georgalis
cement >string. > >Please read: >perldoc perlre Thanks for the pointer, Joseph. Indeed, I'm not yet up to speed on accessing perl-doc, there is quite a lot. ;-) Bye, // George -- GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027< Security Services, Web, Mai

Re: recursive replace command line

2003-12-11 Thread George Georgalis
On Thu, Dec 11, 2003 at 11:21:39AM -0500, Jeff 'japhy' Pinyan wrote: >On Dec 11, George Georgalis said: > >>On Thu, Dec 11, 2003 at 09:05:20AM -0500, Jeff 'japhy' Pinyan wrote: >>>On Dec 10, George Georgalis said: >>> >>>>giving m

Re: recursive replace command line

2003-12-11 Thread George Georgalis
On Thu, Dec 11, 2003 at 09:05:20AM -0500, Jeff 'japhy' Pinyan wrote: >On Dec 10, George Georgalis said: > >>giving my perl a retry, I found some hints on a website to recursively >>replace text >> >>perl -p -i -e 's/old\(.\)atext/new\1btext/g;&

recursive replace command line

2003-12-11 Thread George Georgalis
ce "old-atext" with "new-btext" and "old+atext" with "new+btext" and similar occurrences in all the files from find. but from what I can tell, perl doesn't support the \1 for \(*\) symbols like sed does. What is the work around? // George -- GEORGE GEO

hostname for LWP

2003-09-25 Thread George Georgalis
ly set the hostname perl is looking for? I didn't see the parameter in /usr/local/lib/perl5/5.8.0/CPAN/Config.pm? // George -- GEORGE GEORGALIS, System Admin/Architectcell: 646-331-2027< Security Services, Web, Mail,mailto:[EMAIL PROTECTED] Multimedia, DB, DNS and M

Re: module for IP calculation.

2002-11-27 Thread George Georgalis
3.$q4/$ip\n"; $num+=2**(31-$ip); } and red hat ships 'ipcalc' as part of the initscripts rpm // George -- GEORGE GEORGALIS, System Admin/Architectcell: 347-451-8229 Security Services, Web, Mail,mailto:[EMAIL PROTECTED] Multimedia, DB, DNS and Metrics.

code in CGI forms

2002-10-31 Thread George Georgalis
o']),br, submit, end_form, How is that done? Also is there any way to use popup_menu without getting a line break after it? // George -- GEORGE GEORGALIS, System Admin/Architectcell: 347-451-8229 Security Services, Web, Mail,mailto:george@;galis.org File, Print, DB and DNS Servers. http://www.galis.org/george -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to check if a string is a valid english word?

2002-06-30 Thread George Georgalis
h I guess you said that to :) ispell on unix, http://www.wordsmyth.net/ and http://www.dict.org/ have an API for programs but I've not used it... // George -- GEORGE GEORGALIS, System Admin/Architectcell: 347-451-8229 Security Services, Web, Mail,mailto:[EMAIL PROTECTED