Re: goto return ?

2006-11-24 Thread Mumia W.
On 11/24/2006 05:37 PM, JupiterHost.Net wrote: Tom Phoenix wrote: On 11/24/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: The trick is I can't seem to goto() return in do_some_stuff_and_return(), I'm sure since its so deep down... Are you saying that you want a subroutine that can make th

Re: Why this error ?

2006-11-24 Thread Ken Foskey
On Tue, 2006-11-21 at 08:40 +, Mário Gamito wrote: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC__FASTMSG = "true", > LANG = "en_GB" > are supported and installed on your system. > perl: warn

Re: failed substitution

2006-11-24 Thread John W. Krahn
Beginner wrote: > Hi, Hello, > I have a number of jpegs I wanted to rename. I wrote a short script > to do it but the new file name is not always generated correctly. The > script should find the last letter in the filename (before the > extension) and substitute it for '_a'. > > If you look

Re: goto return ?

2006-11-24 Thread JupiterHost.Net
Tom Phoenix wrote: On 11/24/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: The trick is I can't seem to goto() return in do_some_stuff_and_return(), I'm sure since its so deep down... Are you saying that you want a subroutine that can make the subroutine that called *it* return? I'm not su

Re: Free Perl Editor

2006-11-24 Thread Octavian Rasnita
From: "D. Bolliger" <[EMAIL PROTECTED]> > Emacs / Xemacs can do that all; check syntax, run with output in new window, > rcs/cvs integration, syntax highlighting, automatic (and of course > customizable) source formatting support... > > And it has much much *much* more features I don't know/use ye

Re: Free PERL Editor

2006-11-24 Thread Chad Perrin
On Thu, Nov 23, 2006 at 11:00:28AM -0800, Randal L. Schwartz wrote: > > ""Suja" == "Suja Emmanuel" <[EMAIL PROTECTED]> writes: > > "Suja> Could you please suggest me any good PERL editor which is > "Suja> available in open source tools. I have tried 'EngineSite Perl Editor > "Suja

Re: failed substitution

2006-11-24 Thread D. Bolliger
Beginner am Freitag, 24. November 2006 14:48: > Hi, > > I have a number of jpegs I wanted to rename. I wrote a short script > to do it but the new file name is not always generated correctly. The > script should find the last letter in the filename (before the > extension) and substitute it for '_a

Re [driving OT]: Free Perl Editor

2006-11-24 Thread D. Bolliger
Octavian Rasnita am Freitag, 24. November 2006 08:36: > From: "D. Bolliger" <[EMAIL PROTECTED]> > > Emacs / Xemacs can do that all; [snipp] > I have installed it, but it is very inaccessible for screen readers Hello Teddy/Octavian Can't help here since I'm without any win installation since 2

Re: goto return ?

2006-11-24 Thread Tom Phoenix
On 11/24/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: The trick is I can't seem to goto() return in do_some_stuff_and_return(), I'm sure since its so deep down... Are you saying that you want a subroutine that can make the subroutine that called *it* return? I'm not sure that that would make

goto return ?

2006-11-24 Thread JupiterHost.Net
Howdy list, I'm trying to figure this one out and am at the brick wall with trying /docs in a function I'd like to replace this kind of code: if($whatever) { ## do some stuff return @stuff; } # we got this far so keep on moving with do_some_stuff_and_return( @stuff ) if $whateve

Re: Re: commit

2006-11-24 Thread Jay Savage
On 11/21/06, Jenda Krynicky <[EMAIL PROTECTED]> wrote: From: "Jay Savage" <[EMAIL PROTECTED]> > > That's not quite how it works. Transactions and table locking are two > different things. Using transactions won't prevent someone else from > updating the database or getting a read or write lock. I

failed substitution

2006-11-24 Thread Beginner
Hi, I have a number of jpegs I wanted to rename. I wrote a short script to do it but the new file name is not always generated correctly. The script should find the last letter in the filename (before the extension) and substitute it for '_a'. If you look at the results below you'll see that '

Free Perl Editor -- PSPad

2006-11-24 Thread Paul Brasseur
Hello: Have you investigated PSPAD's settings Menu then the highlighter settings menu ? Select Perl and then look at the compiler tab. The setup for a Output window is there. Regards, Paul Brasseur (Victoria, B.C. Canada ) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Free Perl Editor

2006-11-24 Thread Octavian Rasnita
From: "D. Bolliger" <[EMAIL PROTECTED]> > Emacs / Xemacs can do that all; check syntax, run with output in new window, > rcs/cvs integration, syntax highlighting, automatic (and of course > customizable) source formatting support... > > And it has much much *much* more features I don't know/use ye