[10868] in Perl-Users-Digest
Perl-Users Digest, Issue: 4469 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Mon Dec 21 01:07:19 1998
Date: Sun, 20 Dec 98 22:00:15 -0800
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Sun, 20 Dec 1998 Volume: 8 Number: 4469
Today's topics:
Re: $&, $', and $` and parens.... <uri@sysarch.com>
Apache httpd needs perl? wrong @INC otis@my-dejanews.com
Re: Can I change a varible on the fly. <jamesht@idt.net>
Re: Decent Editor (Ilya Zakharevich)
Re: I NEED HELP FROM A PERL PROGRAMMER <chatmaster@c-zone.net>
Re: Nested sorting (Larry Rosler)
Re: Nested sorting (Bill Moseley)
Re: Nested sorting <uri@sysarch.com>
Re: numbers in base 36 <Paul.Makepeace@POBox.com>
Re: numbers in base 36 (Abigail)
Re: numbers in base 36 <uri@sysarch.com>
Question on JPL and Tk randall_burns@hotmail.com
Re: Running Perl for Win32 -- Beginner Question <niall_wallace@yahoo.com>
Re: Running Perl for Win32 -- Beginner Question (Stephen C. Smith)
Re: Running Perl for Win32 -- Beginner Question <jmaas@execpc.com>
Re: Running Perl for Win32 -- Beginner Question (Stephen C. Smith)
Re: Writing Perl with Notepad <shameluss plug> <magoo@hal-pc.org>
Special: Digest Administrivia (Last modified: 12 Dec 98 (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 21 Dec 1998 00:31:56 -0500
From: Uri Guttman <uri@sysarch.com>
Subject: Re: $&, $', and $` and parens....
Message-Id: <x7g1aakqlv.fsf@sysarch.com>
>>>>> "BL" == Bart Lateur <bart.lateur@skynet.be> writes:
BL> Uri Guttman wrote:
>> well, are these typos too? i think it is some software you are
>> using.
BL> No. That's what I typed. $` and $4 look complemtary to me.
BL> $` and $' do not.
i think i figured it out. $4 looks to me like $\264!! i am getting it
expanded by emacs since it is not standard ascii. so something you are
using, prints ' and puts in \264 instead!! that is what i was
complaining about, programs which convert the key typed to a fancy non
standard version because it thinks it knows better. how did you type the
two pairs above ($` and $4 $` and $')? the left quotes look right in
both pairs but the right quote is only ok in the right pair.
you should look carefully at what you actually post, something is
munging your quote chars.
uri
--
Uri Guttman ----------------- SYStems ARCHitecture and Software Engineering
Perl Hacker for Hire ---------------------- Perl, Internet, UNIX Consulting
uri@sysarch.com ------------------------------------ http://www.sysarch.com
The Best Search Engine on the Net ------------- http://www.northernlight.com
------------------------------
Date: Sun, 20 Dec 1998 22:51:52 GMT
From: otis@my-dejanews.com
Subject: Apache httpd needs perl? wrong @INC
Message-Id: <75jv28$q4a$1@nnrp1.dejanews.com>
Hello,
I have Red Hat 5.1 with perl 5.005_2 and Apache 1.2.6 and when I tried
starting httpd recently I got this message:
httpd start
[Sun Dec 20 16:09:07 1998] Can't locate Apache.pm in @INC (@INC contains:
/usr/lib/perl5/i386-linux/5.00404
/usr/lib/perl5
/usr/lib/perl5/site_perl/i386-linux
/usr/lib/perl5/site_perl
.
/etc/httpd/) at (eval 1) line 2.
Can't load Perl module `Apache', exiting...
Now, I know I removed Apache.pm and a bunch of other stuff from
/usr/lib/perl5/site_perl the other day because I was upgrading to newer perl
(from 5.004_4 to 5.005_2) and wanted to install everything I removed to the
new site_perl dir (/usr/lib/perl5/site_perl/5.005/)
My questions are:
1. why does Apache httpd even need perl in the first place?
I looked at all 3 .conf files and there is only one place where perl is
mentioned and that part is commented out
2. the @INC that is listed above is wrong - perl -V gives me different
directories. Why does this httpd have the wrong @INC? How do I tell it where
to look instead?
Thanks,
Otis
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Sun, 20 Dec 1998 23:35:59 -0500
From: jamesht <jamesht@idt.net>
To: Tony <tspencer@exconet.co.uk>
Subject: Re: Can I change a varible on the fly.
Message-Id: <367DD02F.78BCE2BF@idt.net>
Hello,
What you need to do is something like the following:
#
# load the variables:
#
@addresses = ("tom","dick","harry");
#
# print the header of the html file:
#
print "<html></body>";
#
# etc... until you want to print the addresses. Then, you do this:
#
foreach $add (@addresses) {
print "<b>Email Address:</b>" . $add . "<BR>\n";
}
#
# then continue the html to the end of the file:
#
print "</body></html>";
exit;
#
# rough, but there's the basic idea.
#
hth,
James
------------------------------
Date: 21 Dec 1998 05:11:56 GMT
From: ilya@math.ohio-state.edu (Ilya Zakharevich)
Subject: Re: Decent Editor
Message-Id: <75klas$5ef$1@mathserv.mps.ohio-state.edu>
[A complimentary Cc of this posting was sent to Terry Nightingale
<tnight@ironworx.com>],
who wrote in article <367D7BC3.8E21563C@ironworx.com>:
> The editor I use, which almost never gets a mention, is FTE (Folding Text
> Editor). It runs on Unix, OS/2, and Windows. It does folding like Emacs if
> you want to hide/show subs. It has the best syntax highlighting I've yet
> seen for Perl (yes I've seen Emacs).
You mean you seen CPerl on Emacs? Can you elaborate what is missing
in CPerl highlighting?
Ilya
------------------------------
Date: Sun, 20 Dec 1998 16:03:56 -0800
From: TRG Software <chatmaster@c-zone.net>
Subject: Re: I NEED HELP FROM A PERL PROGRAMMER
Message-Id: <367D906B.457EB74A@c-zone.net>
phrostynight@angelfire.com wrote:
> OK,i have a web page with liek 300 sound clips, i want to make them seachable
> because that is way tomany to have on a page, i know i have to use perl.
You don't *have* to use Perl. There's many languages that can do this too.
> But
> i know jsut about nothying about perl. I know html extremly good, and i am
> in the process of learning javascript, so i not comptuer or internet dumb.
> help me!
Well, you can "print" HTML using Perl, but that's about all Perl has to do with
HTML., other then working with it, to pass variables, or whatever. A good place
to start, is: http://www.perl.com And take a look at the docs, etc. Also, there
are many good Perl books; i.e., Learning Perl, Programming Perl, Perl Cookbook,
Advanced Perl Programming, Effective Perl Programming, etc. (All of these are
published by O'Reilly, except for the "Effective Perl Programming" book, of which
I don't recall whom published it.
I hope you don't plan on learning Perl and trying to run it on Angelfire.
They don't allow users to run CGI in any form, and you'll need access to run CGI
on a server. Maybe you can go with hypermart.net and use that as your testing
ground, or maybe a personal web server on your own home computer... or whatever..
Good luck,
>
Tim...
>
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
--
Regards,
Tim Greer - chatmaster@c-zone.net
TRG Software and The Link Worm
http://www.linkworm.com
The Chat Base
http://www.chatbase.com
-----------------------------------------------------------------------
* Creator of Paradise Chat, Chat Central & Spiral Chat
* Receiving over 250,000+ hits a day from users Worldwide!!!
* Sales of custom chat server scripts * CGI/Perl scripting
* Script trouble shooting/security * Modify & debug scripts
* Freelance Perl Scripting for any purpose or application
Copyright ) 1998 TRG Software and The Link Worm.
------------------------------
Date: Sun, 20 Dec 1998 19:58:40 -0800
From: lr@hpl.hp.com (Larry Rosler)
Subject: Re: Nested sorting
Message-Id: <MPG.10e7674f3a37185898996e@nntp.hpl.hp.com>
[Posted to comp.lang.perl.misc and copy mailed.]
In article <367d6435$0$214@nntp1.ba.best.com> on 20 Dec 1998 20:55:17
GMT, Bill Moseley <moseley@best.com> says...
> >> But what I guess I'm missing from your posts is how I "inverse" a string
> >> in pre-processing to make it sort in reverse in the normal sort routine.
> >>
> >> If I understood this then I could stringify and then do only one compare
> >> in the sort routine.
>
> In article <MPG.10e6e2a54c9389bc98996b@nntp.hpl.hp.com>, lr@hpl.hp.com says...
> >Yes, you could. Here is how to invert a string in preprocessing:
>
> Thanks, that's exactly what I was looking for.
>
> Now, one pre-process pass to get the field widths for each key, and another
> pass to build the keys, xor'ing for keys that need to be reverse sorted, all
> placed in one string for the compare.
>
> Thanks, and sorry for being so thick headed!
Not at all thick headed. You posed an interesting problem, and
apparently the work is not done yet (see Uri Guttman's latest post).
As you may know, some of us have been working on techniques for sorting
combinations of various primitive Perl data types as concatenated
strings, which is more efficient than even the Schwartz Transform.
A set of non-negative integers can be sorted by zero-or-blank left-
padding to 10 characters. A set of integers that may be negative can be
sorted similarly by first biasing up by 1 << 31. Reverse sorting is
done simply by negation before biasing and stringifying.
Non-negative floating-point numbers require some manipulation and
sorting as bit patterns, assuming IEEE-754 standard formatting. I
haven't figured out yet how to do that for negative floating-point
numbers or, hence, reverse sorting.
And now I know how to complement strings for reverse sorting. Wow!
--
(Just Another Larry) Rosler
Hewlett-Packard Company
http://www.hpl.hp.com/personal/Larry_Rosler/
lr@hpl.hp.com
------------------------------
Date: 21 Dec 1998 04:52:50 GMT
From: moseley@best.com (Bill Moseley)
Subject: Re: Nested sorting
Message-Id: <367dd422$0$230@nntp1.ba.best.com>
In article <MPG.10e7674f3a37185898996e@nntp.hpl.hp.com>, lr@hpl.hp.com says...
>Non-negative floating-point numbers require some manipulation and
>sorting as bit patterns, assuming IEEE-754 standard formatting. I
>haven't figured out yet how to do that for negative floating-point
>numbers or, hence, reverse sorting.
I was just about to ask about this when your message came in! I don't need
to worry about it right now, but I am curious how to "stringify" a float
in a consistant way that would work for sorting. Seems rather tricky the
more I think about it.
--------------
Bill Moseley
moseley@best.com
------------------------------
Date: 21 Dec 1998 00:38:55 -0500
From: Uri Guttman <uri@sysarch.com>
Subject: Re: Nested sorting
Message-Id: <x7d85ekqa8.fsf@sysarch.com>
>>>>> "LR" == Larry Rosler <lr@hpl.hp.com> writes:
LR> Non-negative floating-point numbers require some manipulation and
LR> sorting as bit patterns, assuming IEEE-754 standard formatting. I
LR> haven't figured out yet how to do that for negative floating-point
LR> numbers or, hence, reverse sorting.
unfortunately as we have discoverd, perl sux at random bit
manipulations. vec only does power of 2 sized fields. this manipulation
might blow away all the gains of the sort (for certain sizes of
sorts). that is a well known issue, the constant or linear overhead of
an algorithm counts less with greater data sets, but this overhead might
be very big in perl. i think we should stay away from that until the
numeric compare optimization is put in. then sort {$a <=> $b} will be as fast
as the builtin sort.
LR> And now I know how to complement strings for reverse sorting. Wow!
that was cool, larry. we definitely have to add it to our sort article.
uri
--
Uri Guttman ----------------- SYStems ARCHitecture and Software Engineering
Perl Hacker for Hire ---------------------- Perl, Internet, UNIX Consulting
uri@sysarch.com ------------------------------------ http://www.sysarch.com
The Best Search Engine on the Net ------------- http://www.northernlight.com
------------------------------
Date: Mon, 21 Dec 1998 00:08:47 -0000
From: "Paul Makepeace" <Paul.Makepeace@POBox.com>
Subject: Re: numbers in base 36
Message-Id: <75k3oi$2qm$1@statler.server.colt.net>
Uri Guttman wrote...
>sub base2dec {
> my %chars;
> @chars{(0..9, 'A'..'Z')} = (0..35);
>
> my $base = shift;
># my $number = reverse(shift);
> my $number = shift;
> my $ret;
> my $multi = 1;
>
># for ( split //, $number ) {
> while( $c = chop $number, length( $c ) ) {
> $ret += $chars{ uc $c} * $multi;
> $multi *= $multi ;
> }
>
> return $ret;
>}
The chop trick is cute.
A few minor points...
1. $c is global in the above routine. Make it my $c.
2. Rather than call uc for each $c, why not just call it once with
my $number = uc shift;
3. The big win (when being called many times) is defining %chars outside the
loop:
{ my %chars; @chars{(0..9, 'A'..'Z')} = (0..35);
sub base2dec {
# snip
}
}
(Indent to taste)
I'm getting negligible speedup for 2. (3% for four digit number) but 3. is a
4x gain under Benchmark-style conditions (and possibly why Randal's seems
fast in comparison: it has minimal setup costs. It's 50% slower than 3.
here.)
Conclusion: Uri method with Paul define-outside speed-up is fastest (also
see PPS)
Paul.
PS I prefer,
my $ret;
for (my ($multi,$c) = 1; $c = chop $number, length($c); $multi *= $base)
{
$ret += $chars{$c} * $multi;
}
But, hey.
PPS I prefer,
while(length($c = chop $number)) {
which is slightly (5%) quicker too.
But, like, hey.
--
Paul Makepeace, Independent Thinkers Ltd (UK)
0171 377 8668 / 0973 800436
"No, I don't use perl--I consider it an unreadable
write-only language" -- W. Richard Stevens
------------------------------
Date: 21 Dec 1998 00:47:44 GMT
From: abigail@fnx.com (Abigail)
Subject: Re: numbers in base 36
Message-Id: <75k5rg$gtu$1@client3.news.psi.net>
Jarkko Hietaniemi (jhi@alpha.hut.fi) wrote on MCMXXXV September MCMXCIII
in <URL:news:oeesoedrvpr.fsf@alpha.hut.fi>:
++
++ Okay, give me 123**456 in base 789?
569 373 666 115 375 198 632 735 092 529 302 012 264 005 503 563 614
559 766 345 259 316 734 336 028 062 320 117 784 544 582 740 037 143
494 181 028 245 030 511 349 125 165 389 285 485 583 713 396 116 708
570 679 712 210 562 297 338 089 211 000 779 102 576 111 012 202 294
291 766 275 303 434 616 239 484 725 540 564 696 554 781 504 294 607
159 250 538 273 020 447 039 433 208 602 147 304 711 251 328 010 680
118 623 374 715 466 565 518 393 482 697 635 558 661 390 196 681 500
398 363 604 738 141 785 079 490 417 267 603 249 774 484 562 287 583
657 245 715 414 107 614 268 185 215 181 324 604 061 450 465 684 531
169 573 639 774 058 717 750 419 764 172 523 170 721 372 163 600 709
102 448 312 419 265 077 752 163 783 116 661 357 011 703 179 260 318
084 107 459 207 686 560 053 710 722 113 170 270 294 332 308 370 463
396 184 052 653 094 511 342 615 298 517 251 757 722 221 571 356 634
452 028 060 708 603 258 193 279 578 238 774 034 428 155 646 726 378
155 784 597 161 738 704 595 423 628 172 386 314 654 433 550 052 397
338 656 336 383 092 136 140 075 144 035 037 281 606 267 047 199 675
487 382 182 172 267 050 421 674 340 506 198 570 578 063 643 407 241
485 051 481 009 716 585 134 189 770 173 508 734 702 531 155 591 079
745 059 662 223 461 117 317 660 120 363 175 158 773 135 398 092 114
309 395 515 268 629 699
HTH. HAND.
Abigail
------------------------------
Date: 21 Dec 1998 00:44:31 -0500
From: Uri Guttman <uri@sysarch.com>
Subject: Re: numbers in base 36
Message-Id: <x790g2kq0w.fsf@sysarch.com>
>>>>> "PM" == Paul Makepeace <Paul.Makepeace@POBox.com> writes:
PM> Uri Guttman wrote...
>> sub base2dec {
>> my %chars;
>> @chars{(0..9, 'A'..'Z')} = (0..35);
>>
>> my $base = shift;
>> # my $number = reverse(shift);
>> my $number = shift;
>> my $ret;
>> my $multi = 1;
>>
>> # for ( split //, $number ) {
>> while( $c = chop $number, length( $c ) ) {
>> $ret += $chars{ uc $c} * $multi;
>> $multi *= $multi ;
>> }
>>
>> return $ret;
>> }
PM> The chop trick is cute.
PM> A few minor points...
PM> 1. $c is global in the above routine. Make it my $c.
i wasn't being picky here. i was just trying to fix the bug and speed it
up a little. i would have been runing under strict in the real world
anyhow.
PM> 2. Rather than call uc for each $c, why not just call it once with
PM> my $number = uc shift;
good win. i shoulda thunk it.
PM> 3. The big win (when being called many times) is defining %chars
PM> outside the loop:
PM> { my %chars; @chars{(0..9, 'A'..'Z')} = (0..35);
PM> sub base2dec {
PM> # snip
PM> }
PM> }
again i wasn't being picky here. my later post did this.
PM> my $ret;
PM> for (my ($multi,$c) = 1; $c = chop $number, length($c); $multi *= $base)
PM> {
PM> $ret += $chars{$c} * $multi;
PM> }
looks like c. hence it is not pretty perl :-)
PM> PPS I prefer,
PM> while(length($c = chop $number)) {
PM> which is slightly (5%) quicker too.
faster is faster. fewer perl ops is fewer perl ops. i sometimes don't
like using an assignment as an lvalue. here it is good since it is
faster and that is the primary goal.
uri
--
Uri Guttman ----------------- SYStems ARCHitecture and Software Engineering
Perl Hacker for Hire ---------------------- Perl, Internet, UNIX Consulting
uri@sysarch.com ------------------------------------ http://www.sysarch.com
The Best Search Engine on the Net ------------- http://www.northernlight.com
------------------------------
Date: Mon, 21 Dec 1998 02:39:30 GMT
From: randall_burns@hotmail.com
Subject: Question on JPL and Tk
Message-Id: <75kcd1$4jo$1@nnrp1.dejanews.com>
I've heard various rumors that Perl/tk plug-ins would be available for the
major browsers(Netscape, IE etc.). Does anyone have any idea if
JPL will evolve to the point that it is possible to write applications
that use the Java virtual machine using Perl and the tk API any time soon?
In this case it should be fairly easy to allow people to either use the
plug-in if it is avaible or simply run the application using the Java virtual
machine if the plug-in isn't available and the user doesn't want to take
the time to download it at that time.
RJB
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Sun, 20 Dec 1998 23:15:06 -0000
From: "Wallace" <niall_wallace@yahoo.com>
Subject: Re: Running Perl for Win32 -- Beginner Question
Message-Id: <75k0hn$if2$1@newnews.global.net.uk>
Im not sure if this will work with PERL as I am new to it but try rhis,
Set up a shortcut or PIF file to the program you want to load.
Get the ''Right Click'' menu up (Left click if your a Leftie)
go to properties and chose the Program TAB.
Set Close Window on Exit to unchecked.
Run the PIF/Shortcut and exit.
If a blank window stays up then it works,
if it dose not work then I havent a clue either.
Wallace
------------------------------
Date: Mon, 21 Dec 1998 00:47:17 GMT
From: homeplate@halostorm.com (Stephen C. Smith)
Subject: Re: Running Perl for Win32 -- Beginner Question
Message-Id: <367d9b7d.15678389@news>
Thanks, Wallace. I already tried it. It didn't help.
Stephen
On Sun, 20 Dec 1998 23:15:06 -0000, "Wallace"
<niall_wallace@yahoo.com> wrote:
>Im not sure if this will work with PERL as I am new to it but try rhis,
>
>Set up a shortcut or PIF file to the program you want to load.
>Get the ''Right Click'' menu up (Left click if your a Leftie)
>go to properties and chose the Program TAB.
>Set Close Window on Exit to unchecked.
>Run the PIF/Shortcut and exit.
>If a blank window stays up then it works,
>if it dose not work then I havent a clue either.
>
>Wallace
>
>
>
Visit the "Anaheim Angels and Lake Elsinore Storm" Web Site
http://www.halostorm.com
------------------------------
Date: Sun, 20 Dec 1998 20:06:36 -0600
From: John Maas <jmaas@execpc.com>
Subject: Re: Running Perl for Win32 -- Beginner Question
Message-Id: <75kagm$rae@newsops.execpc.com>
I am in your situation, except the program worked for me. I'm not sure
what you are doing, but let me suggest a way to test the program. Write a
short perl program called my_pgm.pl, and save it to a file. Then go to the
dos prompt, shift the path to the directory where your program is loaded,
and then type: perl my_pgm.pl Worked for me??
Also, I find the ActiveState program complete and impressive and very
confusing when using the provided documentation. Is that Perl for Dummies
any good? Also, there is a O'Reilly book called something like Running
Perl on Windows95. Anybody have an opinion on that book for running the
ActiveState program?
-John
Stephen C. Smith wrote:
> I bought a few books yesterday on Perl so I could learn this
> language. One of them was "Perl for Dummies" (yes, I got the O'Reilly
> books too, so don't give me that look). In the "Dummies" book was the
> ActivePerl version 5 from ActiveState. I've gone to AS's Web site and
> updated to the current version for Win32. (I'm running on Win 95 and
> I've installed DCOM from the Microsoft Web site.)
> When I try to run anything, even just a one-line "print"
> statement, the results appear on screen and then the DOS window
> disappears. I gather that I have to run Perl in a DOS window; but
> when I try to execute Perl from a prompt in a DOS window I get the
> message "Cannot run in MS-DOS mode." So I run Perl from the Win 85
> explorer, which opens us a DOS window. But any lines of code I
> execute with Ctrl-Z, the results just flash on the screen and the DOS
> window closes, so I don't really see the results.
> How do I get the results to stay on the screen, i.e. the DOS
> window doesn't close? I've tried all sorts of way to tell Win 95 not
> to close the window on exit, but so far none have worked.
> Thanks in advance,
> Stephen
>
> Visit the "Anaheim Angels and Lake Elsinore Storm" Web Site
> http://www.halostorm.com
------------------------------
Date: Mon, 21 Dec 1998 05:12:38 GMT
From: homeplate@halostorm.com (Stephen C. Smith)
Subject: Re: Running Perl for Win32 -- Beginner Question
Message-Id: <367dd92b.31471621@news>
On Sun, 20 Dec 1998 20:06:36 -0600, John Maas <jmaas@execpc.com>
wrote:
>I am in your situation, except the program worked for me. I'm not sure
>what you are doing, but let me suggest a way to test the program. Write a
>short perl program called my_pgm.pl, and save it to a file. Then go to the
>dos prompt, shift the path to the directory where your program is loaded,
>and then type: perl my_pgm.pl Worked for me??
I've tried that. I still get the message, "This program cannot
be run in DOS Mode." It only seems to work if executed through Win95
Explorer.
>Also, I find the ActiveState program complete and impressive and very
>confusing when using the provided documentation. Is that Perl for Dummies
>any good? Also, there is a O'Reilly book called something like Running
>Perl on Windows95. Anybody have an opinion on that book for running the
>ActiveState program?
Well, I just started the Dummies book and couldn't get this DOS
prompt thingie to work, so I haven't gone any further. I find the
Dummies books are always a nice place to start with something light
just as a warmup, then go to the serious stuff. So the O'Reilly books
will be next -- if I ever get the darn thing to work.
I can get by with the DOS Mode problem, it's the window shutting
down when the program executes that's a bear.
Stephen
Visit the "Anaheim Angels and Lake Elsinore Storm" Web Site
http://www.halostorm.com
------------------------------
Date: Sun, 20 Dec 1998 21:46:22 -0600
From: "Terry Michaels" <magoo@hal-pc.org>
Subject: Re: Writing Perl with Notepad <shameluss plug>
Message-Id: <75kgc5$nda$1@news.hal-pc.org>
Sean McKenna wrote in message <367bd311.22429105@nntp1.ba.best.com>...
>On Thu, 17 Dec 1998 23:55:54 +0100, Mark <admin@asarian-host.org>
>wrote:
>
>>
>>I have recently discovered UltraEdit32; nothing compares to it;
>
>Seconded.
>
Thriced
>
>Some features in UltraEdit32 which I find very useful are the Hex mode
>and Column mode edit functions, the file compare and file format
>conversion functions, and the built in FTP.
>
I like the support for perl syntax highlighting. You can copy the
perl keywords from the UltraEdit web page into the wordfile.txt
file UltraEdit uses. You can also execute the perl script you are
editing directly from the editor
>
>
>Sean McKenna "All the world's a stage..."
Terry Michaels
------------------------------
Date: 12 Dec 98 21:33:47 GMT (Last modified)
From: Perl-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Special: Digest Administrivia (Last modified: 12 Dec 98)
Message-Id: <null>
Administrivia:
Well, after 6 months, here's the answer to the quiz: what do we do about
comp.lang.perl.moderated. Answer: nothing.
]From: Russ Allbery <rra@stanford.edu>
]Date: 21 Sep 1998 19:53:43 -0700
]Subject: comp.lang.perl.moderated available via e-mail
]
]It is possible to subscribe to comp.lang.perl.moderated as a mailing list.
]To do so, send mail to majordomo@eyrie.org with "subscribe clpm" in the
]body. Majordomo will then send you instructions on how to confirm your
]subscription. This is provided as a general service for those people who
]cannot receive the newsgroup for whatever reason or who just prefer to
]receive messages via e-mail.
The Perl-Users Digest is a retransmission of the USENET newsgroup
comp.lang.perl.misc. For subscription or unsubscription requests, send
the single line:
subscribe perl-users
or:
unsubscribe perl-users
to almanac@ruby.oce.orst.edu.
To submit articles to comp.lang.perl.misc (and this Digest), send your
article to perl-users@ruby.oce.orst.edu.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
To request back copies (available for a week or so), send your request
to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
where x is the volume number and y is the issue number.
The Meta-FAQ, an article containing information about the FAQ, is
available by requesting "send perl-users meta-faq". The real FAQ, as it
appeared last in the newsgroup, can be retrieved with the request "send
perl-users FAQ". Due to their sizes, neither the Meta-FAQ nor the FAQ
are included in the digest.
The "mini-FAQ", which is an updated version of the Meta-FAQ, is
available by requesting "send perl-users mini-faq". It appears twice
weekly in the group, but is not distributed in the digest.
For other requests pertaining to the digest, send mail to
perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
sending perl questions to the -request address, I don't have time to
answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V8 Issue 4469
**************************************