Re: perl compiler and editor for windows

2001-06-06 Thread Alan F. Larimer, Jr.
ved words come up in a different color (so you notice when you type them incorrectly). All around WONDERFUL editor! --Alan = Alan F. Larimer, Jr. http://www.geocities.com/lrng_lnx/ __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

Re: $= and $~

2001-06-06 Thread Alan F. Larimer, Jr.
> You'll need to make some sort of > pager for your program. In fact, $= isn't even needed, then. > > #!/usr/bin/perl -w > > use strict; > > sub pager { > my ($fh, $func, $pause, $lines) = @_; # grab the args > local (*READ, *WRITE, *FH, *SAVE); # create local to use here > >

Re: $= and $~

2001-06-05 Thread Alan F. Larimer, Jr.
> >>$old = $=; > >>$~ = "HEADER"; > >>$= = 25; #cuz that's how many lines on the screen > >>(print some stuff with HEADER format) > >>$~ = "STDOUT"; > >>$= = $old; > >> > >>I used a print statement to ensure that $= is being set properly, > and > >>it is. But when I print stuff with HEADER forma

RE: one last attempt?

2001-06-05 Thread Alan F. Larimer, Jr.
> > this is the command line from my index.htm file > > > > > > I've made this so darn simple it should work. > > this is the perl program in my cgi-bin: > > > > #!/usr/bin/perl -w > > use strict; > > use diagnostics; > > my $count; > > $count = "12345"; > > print "-( > color=\"green\">$count)-

$= and $~

2001-06-05 Thread Alan F. Larimer, Jr.
ons, concerns, complaints? Thnx --Alan = Alan F. Larimer, Jr. http://www.geocities.com/lrng_lnx/ __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/

Re: one last attempt?

2001-06-05 Thread Alan F. Larimer, Jr.
> Luinrandir Hernson [[EMAIL PROTECTED]] quoth: > *> > *>does anyone see why this wouldn't print to my index.htm file cause > if i can't get this simple code to work, how can i get the whole > bloody counter program to work would someone please just give me > the freaking answer on how to make

Re: return values from instance methods

2001-06-05 Thread Alan F. Larimer, Jr.
--- "Brett W. McCoy" <[EMAIL PROTECTED]> wrote: > On Tue, 5 Jun 2001, Alan F. Larimer, Jr. wrote: > > > 1) After reading the perltoot manpage and most of the perlobj manpage, I am > > left with a question of "properness." Should instance method

return values from instance methods

2001-06-05 Thread Alan F. Larimer, Jr.
hen the reference to an object is gone? (In case you couldn't tell, it really has me lost.) TIA --Alan = Alan F. Larimer, Jr. http://www.geocities.com/lrng_lnx/ __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail