[7104] in Perl-Users-Digest
Perl-Users Digest, Issue: 729 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sun Jul 13 06:07:48 1997
Date: Sun, 13 Jul 97 03:00:27 -0700
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, 13 Jul 1997 Volume: 8 Number: 729
Today's topics:
Re: "bad name" help needed <rootbeer@teleport.com>
Re: 'use strict' with CGI.pm <merlyn@stonehenge.com>
Re: Can I do that?? <rootbeer@teleport.com>
Re: cgi.pm converting help (Rubinstein Dmitry)
Re: Exam questions data base <rootbeer@teleport.com>
Re: exit inside END block <rootbeer@teleport.com>
Extracting fields from data question (Hugh Appet)
FREE Computer Equipment <focusmrktng@earthlink.net>
Re: Help needed with Perl on IIS Server (Chris Schleicher)
How can I do a 'su' command from inside a Perl script? <rodellas@apb.es>
Learning Perl ..Help?? (Cowboy)
Mail::Send problem (MailTools 1.09) (Uli Zappe)
making refs in while() elegantly... <me@anon.com>
Re: Need advice on a good Perl Book (Faust Gertz)
News module without NewNews (Danny Aldham)
Re: News module without NewNews (Nathan V. Patwardhan)
Re: recursion <ajohnson@gpu.srv.ualberta.ca>
regex break out of while loop broken? <justinb@cray.com>
Re: Sending email form perl via a HTML Page (Matthew Burnham)
SGI{__WARN__} question (Helmut Jarausch)
Suppliment your Income!! - Change jobs <JP.Longwell@worldnet.att.net>
Webmasters??? <rbhattac@jetson.uh.edu>
Digest Administrivia (Last modified: 8 Mar 97) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sat, 12 Jul 1997 07:53:22 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Brian Clare <bfc@porte.com>
Subject: Re: "bad name" help needed
Message-Id: <Pine.GSO.3.96.970712075231.2012N-100000@kelly.teleport.com>
On Fri, 11 Jul 1997, Brian Clare wrote:
> $s->textarea(-name=>'comm',-default=>$var30,-ROWS=>4,\
> -COLS=>40),"<BR>",
I don't think you want the backslash there. Hope this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: 11 Jul 1997 10:05:03 -0700
From: Randal Schwartz <merlyn@stonehenge.com>
To: fty@utk.edu
Subject: Re: 'use strict' with CGI.pm
Message-Id: <8coh89y0xs.fsf@gadget.cscaper.com>
>>>>> "Jay" == Jay Flaherty <fty@hickory.engr.utk.edu> writes:
Jay> use lib "/usr/local/apache/lib/access.pl";
Either you have a directory named /usr/local/apache/lib/access.pl
which has some .pm files in it (odd), or this item is not doing what
you think it is doing.
"use lib X" means add directory "X" to the search path -- it does not
mean read the contents of the file named "X". The Fine Manual has
more details on this.
print "Just another Perl hacker," # but not what the media calls "hacker!" :-)
## legal fund: $20,495.69 collected, $182,159.85 spent; just 416 more days
## before I go to *prison* for 90 days; email fund@stonehenge.com for details
--
Name: Randal L. Schwartz / Stonehenge Consulting Services (503)777-0095
Keywords: Perl training, UNIX[tm] consulting, video production, skiing, flying
Email: <merlyn@stonehenge.com> Snail: (Call) PGP-Key: (finger merlyn@ora.com)
Web: <A HREF="http://www.stonehenge.com/merlyn/">My Home Page!</A>
Quote: "I'm telling you, if I could have five lines in my .sig, I would!" -- me
------------------------------
Date: Sat, 12 Jul 1997 07:22:34 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Spin <spin@cyberlab.nl>
Subject: Re: Can I do that??
Message-Id: <Pine.GSO.3.96.970712071910.2012I-100000@kelly.teleport.com>
On Fri, 11 Jul 1997, Spin wrote:
> Subject: Can I do that??
Please check out the frequent posting about choosing good subject lines.
> I made a perl script(test.pl) and it worked well. Now I want to use it
> in my HTML file without extension '.pl'. For example: using <a
> href='test'>test</a> instead of <a href='test.pl'>test</a>. Can I do it?
If you can't find it in the documentation for your server, either get a
new server or new documentation. Or you can decide that you don't need to
do it that badly. :-) Hope this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: 12 Jul 1997 21:58:09 GMT
From: dimrub@nsof.co.il (Rubinstein Dmitry)
Subject: Re: cgi.pm converting help
Message-Id: <5q8ulh$sci$1@lnews.actcom.co.il>
M.J.T. Guy (mjtg@cus.cam.ac.uk) wrote:
: In article <33C1E0E4.1571@sirius.com>, Mike Aarset <mikus@sirius.com> wrote:
: >
: >but, the server that the script is going to run on does not have CGI.pm
: >installed. I started learning cgi perl scripts with CGI.pm. Is there an
: >easy way to convert the script to use the old way of doing cgi. I
: >figured
: >CGI.pm was the wave of the future and pretty much anyone running perl5
: >would have it. I emailed root to see if they could install it. So now I
: >guess i have to either see if they will install it or change my script.
: >Where on the web can I learn how to do cgi scripts not using CGI.pm.
: >Mike (juggy) Aarset
: Looks like it would be worth checking what version of Perl they are
: running. Maybe they've got something ancient (like Perl4) which doesn't
: support CGI.pm. Also, sufficiently modern Perls (since 5.004) come with
: CGI.pm automatically installed.
Also, if you are dealing with perl5 but the administrator refuses
to install CGI.pm, just put it in the same directory, your scripts
reside in. It worked for me.
--
Dmitry Rubinstein
dimrub@math.tau.ac.il
http://www.math.tau.ac.il/~dimrub
------------------------------
Date: Sat, 12 Jul 1997 17:10:24 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Wenxin Mao <mao@stat.wharton.upenn.edu>
Subject: Re: Exam questions data base
Message-Id: <Pine.GSO.3.96.970712170904.3712D-100000@kelly.teleport.com>
On Sat, 12 Jul 1997, Wenxin Mao wrote:
> I am going to create a Multiple-choice exam questions database for the
> course I am teaching. Now I don't have any idea: what to use ?
I recommend Perl.
> I hope that there is already a module for this purpose.
Maybe you'll find some you'd like in the list of modules, from CPAN. If
not, you're welcome to create and submit your own. Hope this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: Sat, 12 Jul 1997 20:57:10 -0700
From: Tom Phoenix <rootbeer@teleport.com>
To: Jack Applin <neutron@fc.hp.com>
Subject: Re: exit inside END block
Message-Id: <Pine.GSO.3.96.970712205146.14874B-100000@kelly.teleport.com>
On 12 Jul 1997, Jack Applin wrote:
> Is BEGIN{} a sort of pseudo-subroutine?
Yes. It's really sub BEGIN, but you don't have to write "sub".
> - Perl didn't like having exit inside END{}:
No, you can't put an exit in there to pass an exit status. But buried in
the arcane tome known as perlvar, I find this cryptic inscription.
Inside an C<END> subroutine C<$?> contains the value that is going to
be given to C<exit()>. You can modify C<$?> in an C<END> subroutine
to change the exit status of the script.
Hope this helps!
--
Tom Phoenix http://www.teleport.com/~rootbeer/
rootbeer@teleport.com PGP Skribu al mi per Esperanto!
Randal Schwartz Case: http://www.rahul.net/jeffrey/ovs/
------------------------------
Date: Sat, 12 Jul 1997 15:35:44 GMT
From: hobson@interport.net (Hugh Appet)
Subject: Extracting fields from data question
Message-Id: <33c7a0e7.3144601@news.interport.net>
I have a script which accesses a flat file, comma delimited database
of addresses. The data is as follows:
storename,address,city,state,zip,phone
The script allows searching on city, city & state, zip or area code
from phone. The problem is that one storename can be in more than one
city. So far, I have just added extra records to the file when a store
is in more than one city. I would like to be able to store all the
city names in one record ie:
Storeone,111 Anystreet,Los Angeles West Hollywood,CA,90046,310
555-12112.
I can figure out how to match city on a word boundary. What I can't
figure out is how to extract just the city part that matches. For
example, if someone just searches on Hollywood, they will get a match.
But I just want to return:
Storeone,111 Anystreet,West Hollywood,CA,90046,310 555-1212.
I thought of putting other delimiters inside the field ,
Los Angeles:West Hollywood. But I still can't figure out how to get
the whole portion that matches. Any help would be appreciated.
Hugh Appet
----------------
hobson[at]interport[dot]net No junk email please!
For your flower needs http://www.he.net/~floradex
For New York Flowers http://www.he.ner/~surr
----------------
------------------------------
Date: Sat, 12 Jul 1997 08:00:27 -0700
From: Focus Marketing <focusmrktng@earthlink.net>
Subject: FREE Computer Equipment
Message-Id: <33C79C0B.3ADF@earthlink.net>
Register today for your chance to win computer equipment!
<http://home.earthlink.net/~focusmrktng/>
We are doing a demographics survey and would like your participation.
At the end of August we will be giving away computer equipment to one
lucky winner.
E-Mail addresses and phone numbers are not required. You will not be
contacted by us unless you have one the prize!
Register today for your chance to win computer equipment!
<http://home.earthlink.net/~focusmrktng/>
------------------------------
Date: 10 Jul 1997 18:23:24 -0700
From: chrissch@cs.uoregon.edu (Chris Schleicher)
Subject: Re: Help needed with Perl on IIS Server
Message-Id: <5q41uc$8uk@psychotix.cs.uoregon.edu>
In article <01bc8d3f$56e474c0$3e8d65cc@Romainia.earth>,
William Munroe <wmunroe@bulldog.ca> wrote:
>Everything works except for one script (it's actually a fairly
>standard one, cgi-bin.pl, which reads in GET or POST data, converts it
>to unescaped text, and puts key/varlue pairs in %in).
>
>When the request method is POST, and the Perl script tries to read from
>STDIN, the script hangs. I have tried with several different versions of
>NT Perl interpreters, as well as mucking about in the bowels of the Type
>Registry, as IIS documentation suggests. I got a response from the
>people who wrote cgi-bin.pl in the first place, but they could only say
>they believed it would work with the right IIS configuration.
Well, I can confirm that it works with a couple configurations. I
have not idea what the "right IIS configuration" is. :-)
It runs out-of-the-box for GET and POST under NT4.0, Service Pack 3,
IIS 4.0b2 using ActiveWare Build 306 (perl.exe or perlis.dll). Of
course I ran a rather simple test:
---------------
require 'cgi-lib.pl';
&ReadParse(*input);
print &PrintHeader;
print &PrintVariables(*input);
---------------
>Any ideas out there?
Does something as simple as the above work for you?
Regards,
--Chris
--
Chris Schleicher Office: 541/346-3998
Univ of Oregon CIS GTF email: chrissch@cs.uoregon.edu
URL: http://www.cs.uoregon.edu/~chrissch/
------------------------------
Date: Fri, 11 Jul 1997 16:14:01 +0200
From: Enric Rodellas <rodellas@apb.es>
Subject: How can I do a 'su' command from inside a Perl script?
Message-Id: <33C63FA9.6ABD@apb.es>
I'm trying to execute from inside a CGI a command as a superuser
but it doesn't work. When I execute online the perl script stops
and ask to me for Password. I have tried using system() and open()
but unsuccessfully.
# Trial 1
$com =3D system ("su root -c \"ls\"");
print STDERR "password_of_root\n";
# Trial 2
open (TRIAL, "| su root -c \"ls\" ");
print TRIAL "password_of_root\n";
close TRIAL ;
My environment is Solaris 2.5, Httpd server Apache, Perl 5.003
Any help will be apprecciated
------------------------------------------------
Enric Rodellas Par=E9s =
Autoritat Portuaria de Barcelona
Portal de la Pau, 6
08039 Barcelona
Tel 34-(9)3-2982100
Fax 34-(9)3-2982122
Email enric@apb.es
-----------------------------------------------
------------------------------
Date: Sun, 13 Jul 1997 06:03:27 GMT
From: cowboy@cybernw.com (Cowboy)
Subject: Learning Perl ..Help??
Message-Id: <5q9qr4$752$1@usenet81.supernews.com>
Hi,
Can someone tell me if they have read and used the book Learning
Perl by Randal Schwartz ..O'reilly pub. and tell me if the excersize
in the front is suppose to be used with html??? or if it is suppose to
work by itself?
James L. Taylor
Webmaster
http://www.nwprorodeo.com/
RingMaster
The Rodeo Ring
http://www.cybernw.com/~cowboy/rodeoring/ring.htm
My HomePage - #Cadllic_Ranch
http://www.cybernw.com/~cowboy/
------------------------------
Date: 12 Jul 1997 15:15:38 GMT
From: uli@tallowcross.uni-frankfurt.de (Uli Zappe)
Subject: Mail::Send problem (MailTools 1.09)
Message-Id: <5q872q$rai$1@grapool30.rz.uni-frankfurt.de>
Hi all,
I'm encountering a problem with the Mail::Send class (MailTools 1.09, Perl
5.003).
In the following sample code, everything works fine except the setting of an
additional header line - nothing gets added at all (I wasn't quite sure about
the difference between <set> and <add> so I tried both):
#!/usr/local/bin/perl -w
require Mail::Send;
$MAIL=Mail::Send->new( Subject => "TEST SUBJECT",
To => "uli\@tallowcross.uni-frankfurt.de", );
#### the following 2 routines don't work: ####
$MAIL->set("SET_HEADER", "SET_HEADER_VALUE");
$MAIL->add("ADD_HEADER", "ADD_HEADER_VALUE");
$MAILHANDLE = $MAIL->open();
$BODY="TEST TEXT"
print $MAILHANDLE $BODY;
$MAILHANDLE->close();
Am I overlooking the obvious, or is there a bug?
Thanks for any hints!
Bye
Uli
_____________________________________________________________________
Uli Zappe E-Mail: uli@tallowcross.uni-frankfurt.de
(NeXTMail,Mime,ASCII) PGP on request
Lorscher Strasse 5 WWW: -
D-60489 Frankfurt Fon: +49 (69) 9784 0007
Germany Fax: +49 (69) 9784 0042
staff member of NEXTTOYOU - the German NEXTSTEP/OPENSTEP magazine
_____________________________________________________________________
------------------------------
Date: Sat, 12 Jul 1997 03:38:18 -0700
From: Chris Hostetter <me@anon.com>
Subject: making refs in while() elegantly...
Message-Id: <33C75E99.7F168462@anon.com>
ok, i've just spent 5 hours trying to figure out why:
my %res;
my @list;
while (%res = $result->fetchhash()) {
my $hashref = \%res;
push @list, $hashref;
}
doesn't work, (i do this all the time when i want to print/process the
%hashes individually. so i never really considered that i was using the
same memory location for each hash, therefor saving refrences wouldn't
do much good)
anyway, once i figured out my problem, i was now stuck to find a
solution that didn't look "sucky". unfortunately:
my @list;
while (my %res = $result->fetchhash()) {
my $hashref = \%res;
push @list, $hashref;
}
doesn't seem to work... so the only thing i'm left with is:
my %res_while
my @list;
while (%res_while = $result->fetchhash()) {
my %res = %res_while;
my $hashref = \%res;
push @list, $hashref;
}
any other suggestions?
---
------------------------ The Hoss Man --- "c4"
-------------------- Chris M Hostetter -- --Deep Blue
---------- hossman@uclink3.berkeley.edu - "Resign!"
http://www.rescomp.berkeley.edu/~hossman/ --Gary Kasparov
------------------------------
Date: Fri, 11 Jul 1997 04:02:45 GMT
From: faust@wwa.com (Faust Gertz)
Subject: Re: Need advice on a good Perl Book
Message-Id: <33c5af06.91614@news.wwa.com>
You should read the FAQ, but since you didn't here it goes.
On Thu, 10 Jul 1997 21:07:34 -0400, Mark <mrstevens@monmouth.com>
wrote:
>Hello,
>
>I want to start programming in Perl 5 and would like to
>know if anyone has read "Perl 5 by Example" published by Que?
You can browse an on-line version of _Perl 5 by Example_ at
http://www.planet.net/pmedined/books/books.htm
Here is a review of _Perl 5 by Example_ from Tom Christiansen's page
entitled "Camel Critiques"
(http://mox.perl.com/perl/critiques/index.html). Many more reviews
can be found there.
>Perl(5) by Example by David Medinets
> CAPSULE REVIEW: I think this book merits about 2.5 camels as written. Sometimes it's even funny (as in ``Bless the Hash and Pass the Reference''). It's much smoother, technically richer, and written in a better coding style than the other Que book (SE using Perl for Web Programming) but suffers the same typographic buffoonery that all MCP books display. It also has enough omissions (like non-greedy matching in the regex section), errors (writing condition == true or the bogus deref of %{$item}->{'PART_NUM'}), and typos that it needs a good tech-edit. Still, if this were done, I believe that it could be brought up to three camels pretty easily.
>This book (published 7/97) has receive great reviews from the
>press, but I would like to know some opinions of the subscribers
>of this group. If you have any recommendations of books for
>beginners, please post them..
I never tire of suggestiing the classics, _Learning Perl_ (the ``Llama
Book''), by Randal L. Schwartz (Perl 4, not Perl 5, but you could do
much, much worse) and _Programming Perl_ [2nd edition] by Larry Wall,
Tom Christiansen, and Randal L. Schwartz. _Cross-Platform Perl_ by
Eric F. Johnson and _How to Set up and Maintain a World Wide Web Site_
by Dr. Dr. Lincoln Stein also always get high marks. When you get a
little farther along, you will also want to get _Perl 5: Desktop
Reference_ by Johan Vromans and _Mastering Regular Expressions:
Powerful Techniques for Perl and Other Tools_ by By Jeffrey E. F.
Friedl. Of course, I always think that someone interested in Perl
should subscribe to _The Perl Journal_
(http://orwant.www.media.mit.edu/the_perl_journal/)
and read Randal Schwartz's columns in _Web Techniques_
(http://www.stonehenge.com/merlyn/WebTechniques/) and _Unix Review_
(http://www.stonehenge.com/merlyn/UnixReview/).
I am sure most, if not all, this information is available in the FAQ.
HTH
Faust Gertz
Philosopher at Large
"By necessity, by proclivity, and by delight, we all quote. In fact
it is as difficult to appropriate the thoughts of others as it is to
invent." - Ralph Waldo Emerson
------------------------------
Date: 10 Jul 1997 20:15:46 -0700
From: danny@lennon.postino.com (Danny Aldham)
Subject: News module without NewNews
Message-Id: <5q48h2$83m$1@lennon.postino.com>
Is there a News module that will pull news without using the
NewNews command. News::NNTPClient uses this command, and none
of the INN servers I have access to allow this command.
If not, is it allowed to hack a module to add functionality?
--
Danny SCO Ace , MCSE , JAPH , DAD
I don't need to hide my e-mail address, I broke my sendmail.
------------------------------
Date: 11 Jul 1997 03:54:20 GMT
From: nvp@shore.net (Nathan V. Patwardhan)
Subject: Re: News module without NewNews
Message-Id: <5q4apc$pps@fridge-nf0.shore.net>
Danny Aldham (danny@lennon.postino.com) wrote:
: Is there a News module that will pull news without using the
: NewNews command. News::NNTPClient uses this command, and none
: of the INN servers I have access to allow this command.
: If not, is it allowed to hack a module to add functionality?
What do you mean by 'pull news?' Do you mean download articles? If
so, I've been able to do this with News::NNTPClient on a number of
news servers not allowing newnews.
--
Nathan V. Patwardhan
nvp@shore.net
------------------------------
Date: Sat, 12 Jul 1997 17:32:34 -0500
From: Andrew Johnson <ajohnson@gpu.srv.ualberta.ca>
To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
Subject: Re: recursion
Message-Id: <33C80602.20EE86B0@gpu.srv.ualberta.ca>
M.J.T. Guy wrote:
>
> Andrew Johnson <ajohnson@gpu.srv.ualberta.ca> wrote:
> >
> >sub fact {
> > my $n=shift;
> > return $n if $n==1;
> > return $n*&fact(--$n);
> >}
>
> Naughty, that. Perl doesn't define order of evaluation. So on my
> Perl installation it says fact(5)==24.
whaddya know...mine too...
shoulda hit 'runperl' before send...
return $n*&fact($n-1);
> And God help you if you try fact(0).
doh! shoulda hit 'brain->on' before send...
return 1 if $n<2;
and maybe check that it wasn't called with negative number first...
> But your example does illustrate recursion, which is all it was required
> to do. :-)
well, when two out of three lines of code are, uh...problematic,...the
illustration is probably sub-optimal :-)
regards
andrew
------------------------------
Date: Thu, 10 Jul 1997 21:44:40 -0500
From: Justin Banks <justinb@cray.com>
Subject: regex break out of while loop broken?
Message-Id: <33C59E18.31DF@cray.com>
Alright, dumb question time.
Why does
LINE: while(<FILE> and ! /FOOBAR/g) {
whatever();
}
not work like
LINE: while(<FILE>) {
if(/FOOBAR/) {
last LINE;
}
whatever();
}
?
--
Justin Banks
Silicon Graphics Cray Research
Eagan, Minnesota
------------------------------
Date: Sat, 12 Jul 1997 10:37:16 GMT
From: danew@enterprise.net (Matthew Burnham)
Subject: Re: Sending email form perl via a HTML Page
Message-Id: <33c8d6ca.4840476@194.72.192.4>
hribnak@nucleus.com (Jim Hribnak) wrote:
>I am trying to write a perl program that our users can log into from
>outside of our Domain when they travel and still send email as if it is
>coming from us. I have it working except when I look at all the headers
>this is what I see:
Why would you want to do this?
>Return-Path: www
>Received: (www@localhost) by nucleus.com (8.8.5/8.8.5) id UAA10475; Tue,
>1 Jul1997 20:59:43 -0600 (MDT)
>
>
>I have tried other sites who have a DEMO of this sort of thing and the
>return-path shows:
>
>Return-Path: <email address who sent it>
>
>the 1st received line shows:
>
>Received: from ns.gbnet.net (qmailr@ns.gbnet.net (IPaddress here)
>
>
>What do I need to do in perl to set the return-path etc? or is that a
>sendmail issue?
Just sending it to sendmail with 'print MAIL "Return-Path:
whateveryoulike\n";' should do it.
--
Matthew Burnham, Manager, MindWeb | danew@enterprise.net
Commercial web design and hosting, reasonable rates
UKP24/Mb/Year for DIY space | mindweb@pobox.co.uk
FTP, CGI, password protection, etc. too!
http://www.mindweb.co.uk/
------------------------------
Date: 11 Jul 1997 13:00:41 GMT
From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
Subject: SGI{__WARN__} question
Message-Id: <5q5app$ior$1@news.rwth-aachen.de>
Hi,
using the debugger I want to (have to) insert something like
$SIG{__WARN__} = sub { syswrite STDERR,"$_\n",length("$_\n");
$DB::single = 1; };
to activate the debugger when a warning occurs
(like 'Use of uninitialized value ...')
Unfortunately the above line gives the wrong line number (it prints the
line number of the assignment to $SIG).
How can I get the line number that raised the warning?
To whom it concern's : please add this answer to the perldebug man page.
Many thanks,
Helmut.
--
Helmut Jarausch
Lehrstuhl f. Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
------------------------------
Date: 10 Jul 1997 20:31:38 GMT
From: "PJ" <JP.Longwell@worldnet.att.net>
Subject: Suppliment your Income!! - Change jobs
Message-Id: <01bc8d48$c21c7d60$7ba950ce@camserver>
$50,000.00 for only $5.00 within 2 MONTHS?????
==============================================
You gotta be crazy! How on earth do you think you can buy 50 grand
for lousy 5 bucks? Well, that's what I was wondering, too until I
came across this letter.
First of all, IT'S PERFECTLY LEGAL! (Call 1-800-725-2161) if you
have any questions about the following opportunity to make
$50,000.00 and that probably WITHIN LESS THAN TWO MONTHS!
Well, here it goes:
A little while back, I was browsing these newsgroups, just like you
are now, and came across an article similar to this that said you
could make thousands of dollars within weeks with only an initial
investment of $5.00! So I thought, "Yeah, right, this must be a joke,"
but like most of us I was curious, so I kept reading. Anyway, it said
that you send $1.00 to each of the 5 names and address stated in the
article. You then place your own name and address in the bottom of the
list at #5, and post the article in at least 200 newsgroups. (There
are thousands) No catch, that was it.
I knew that that was the opportunity I had waited for for a long time.
I thought it was about time that the money of the world gets into the
right hands! OURS, right? I never had a doubt that this thing will
actually work and even if it didn't, what were 5 stamps and $5.00 for
a try?
As I mentioned before, like most of us I was a little skeptical and
a little worried about the legal aspects of it all. So I checked it
out with the U.S. Post Office (1-800-725-2161) and they confirmed
that it is indeed legal!
Now, that's how your story WILL sound like, too if you participate:
Well GUESS WHAT!!... with in 7 days, I started getting money in the
mail! I was shocked! I still figured it would end soon, and didn't
give it another thought. But the money just kept coming in. In my
first week, I made about $20.00 to $30.00 dollars. By the end of the
second week I had made a total of over $1,000.00!!!!!! In the third
week I had over $10,000.00 and it's still growing. This is now my
fourth week and I have made a total of just over $42,000.00 and it's
still coming in .......
Let me tell you how this works and most importantly, Why
it works....also, make sure you print a copy of this article NOW, so
you can get the information off of it as you need it. The process is
very simple and consists of 3 easy steps:
STEP 1: Get 5 separate pieces of paper and write the following on each
piece of paper "PLEASE PUT ME ON YOUR MAILING LIST." Now get 5 $1.00
bills and place ONE inside EACH of the 5 pieces of paper so the bill
will not be seen through the envelope to prevent thievery. Next, place
one paper in each of the 5 envelopes and seal them. You should now
have 5 sealed envelopes, each with a piece of paper stating the above
phrase and a $1.00 bill. What you are doing is creating a service by
this. THIS IS PERFECTLY LEGAL!
Mail the 5 envelopes to the following addresses:
#1 Phil Walther Jr.
9495 Annapolis Lane North
Maple Grove, MN 55369
#2 C. E. Burkman
170 University Ave. W
Suite 12-129
Waterloo, Ontario
N2L 3E9
#3 A. Bailey
1207 Reeves Road
Plainfield, IN 46168
#4 J. Martin
P.O. Box 2292
Reston, Va. 20190
#5 JP Longwell
6677 W. Colfax Ave
Unit 409
Lakewood, CO 80214
STEP 2: Now take the #1 name off the list that you see above, move the
other names up (2 becomes 1, 3 becomes 2, etc...) and add YOUR Name as
number 5 on the list.
STEP 3: Change anything you need to, but try to keep this article as
close to original as possible. Now, post your amended article to at
least 200 newsgroups. (I think there is close to 18,000 groups) All
you need is 200, but remember, the more you post, the more money you
make!
Don't know HOW to post in the newsgroups? Well do exactly the
following:
FOR NETSCAPE USERS:
1) Click on any newsgroup, like normal. Then click on "To News", which
is in the top left corner of the newsgroup page. This will bring up a
message box.
2) Fill in the SUBJECT with a flashy title, like the one I used,
something to catch the eye!!!
3) Now go to the message part of the box and retype this letter
exactly as it is here, with exception of your few changes. (remember
to add your name to number 5 and move the rest up)
4) When your done typing in the WHOLE letter, click on 'FILE' above
the send button. Then, 'SAVE AS..' DO NOT SEND YOUR ARTICLE UNTILL YOU
SAVE IT. (so you don't have to type this 200 times :-)
5) Now that you have saved the letter, go ahead and send your first
copy! (click the 'SEND' button in the top left corner)
6) This is where you post all 200! OK, go to ANY newsgroup article and
click the 'TO NEWS' button again. Type in your flashy subject in the
'SUBJECT BOX', then go to the message and place your cursor here. Now
click on 'ATTACHMENT' which is right below the 'SUBJECT BOX'. Click on
attach file then find your letter wherever you saved it. Click once
on your file then click 'OPEN' then click 'OK'. If you did this right
, you should see your filename in the 'ATTACHMENT BOX' and it will be
shaded.
NOW POST AWAY!
FOR INTERNET EXPLORER:
It's just as easy, holding down the left mouse button, highlight this
entire article, then press the 'CTRL' key and 'C' key at the same time
to copy this article. Then print the article for your records to have
the names of those you will be sending $1.00 to.
Go to the newsgroups and press 'POST AN ARTICLE' type in your flashy
subject and click the large window below. Press 'CTRL' and 'V' and the
article will appear in the message window. **BE SURE TO MAKE YOUR
ADDRESS CHANGES TO THE 5 NAMES.** Now re-highlight the article and
re-copy it so you have the changes.... then all you have to do for
each newsgroup is 'CTRL' and 'V' and press 'POST'. It's that easy!!
THAT'S IT! All you have to do is jump to different newsgroups and post
away, after you get the hang of it, it will take about 30 seconds for
each newsgroup!
**REMEMBER, THE MORE NEWSGROUPS YOU POST IN, THE MORE MONEY YOU WILL
MAKE!! BUT YOU HAVE TO POST A MINIMUM OF 200**
**If these instructions are too complex to follow, try Forte's "Free
Agent." It is freeware for noncommercial use. To download it, simply
use a search utility and type "Forte Free Agent". You should be able
to find it.**
That's it! You will begin receiving money from around the world within
days! You may eventually want to rent a P.O. Box due to the large
amount of mail you receive. If you wish to stay anonymous, you con
invent a name to use, as long as the postman will deliver it. **JUST
MAKE SURE ALL THE ADDRESSES ARE CORRECT.**
Now the WHY part:
This entire principle works because it is in a format of an upside
down tree with thousands of branches. Everyone below you will see to
it that the tree continues because they want to get money. Those
below THEM will continue because THEY want to get the cash etc.
Out of 200 postings, say I receive only 5 replies (a very low
example). So then I made $5.00 with my name at #5 on the letter. Now,
each of the 5 persons who just sent me $1.00 make the MINIMUM 200
postings, each with my name at #4 and only 5 persons respond to each
of the original 5, that is another $25.00 for me, now those 25 each
make 200 MINIMUM posts with my name at #3 and only 5 replies each, I
will bring in an additional $125.00! Now, those 125 persons turn
around and post the MINIMUM 200 with my name at #2 and only receive 5
replies each, I will make an additional $626.00! OK, now here is the
fun part, each of those 625 persons post a MINIMUM of 200 letters
with my name at #1 and they each only receive 5 replies, that just
made me $3,125.00!!! With a original investment of only $5.00!
AMAZING! And as I said 5 responses is actually VERY LOW! Average is
probable 20 to 30! So lets put those figures at just 15 responses
per person. Here is what you will make:
at #5 $15.00
at #4 $225.00
at #3 $3,375.00
at #2 $50,625.00
at #1 $759,375.00
When your name is no longer on the list, you just take the latest
posting in the newsgroups, and send out another $5.00 to names on the
list, putting your name at number 5 and start posting again.
The thing to remember is that thousands of people all over the world
are joining the Internet and reading these articles everyday, JUST
LIKE YOU are now!! And this will go on and on and on and on.... get
the picture? Well, there's 5,000,000,000 people on the world and
most of them will eventually end up being hooked into the internet.
So there are virtually unlimited resources. Of course this will work
the best at the very beginning so the faster you post, the better for
YOU!
So can you afford $5.00 and see if it really works?? I think so!
People have said, "what if the plan is played out and no one sends
you the money? So what! What are the chances of that happening when
there are tons of new honest users and new honest works?? I think
so... People have said, "what if the plan is played out and no one
sends you the money? So what! What are the chances of that happening
when there are tons of new honest users and new honest people who are
joining the Internet and newsgroups everyday and are willing to
give it a try? Estimates are at 20,000 to 50,000 new users,
every day, with thousands of those joining the actual Internet.
Remember, play FAIRLY and HONESTLY and this will work. You just have
to be honest. Make sure you print this article out RIGHT NOW, also.
Try to keep a list of everyone that sends you money and always keep an
eye on the newsgroups to make sure everyone is playing fairly.
Remember, HONESTY IS THE BEST POLICY. You don't need to cheat the
basic idea to make the money!!
GOOD LUCK to all and please play fairly and reap the huge rewards from
this, which is tons of extra CASH. **By the way, if you try to deceive
people by posting the messages with your name in the list and not
sending the money to the rest of the people already on the list, you
will NOT get as much. Someone I talked to knew someone who did that
and he only made about $150.00, and that's after seven or eight weeks!
Then he sent the 5 $1.00 bills, people added him to their lists, and
in 4-5 weeks he had over $10k. This is the fairest and most honest way
I have ever seen to share the wealth of the world without costing
anything but our time!!! You also may want to buy mailing and e-mail
lists for future dollars.
Please remember to declare your extra income. Thanks once again...
------------------------------
Date: Thu, 10 Jul 1997 23:02:06 -0500
From: Rishi Bhattacharya <rbhattac@jetson.uh.edu>
Subject: Webmasters???
Message-Id: <33C5B03E.5D35@jetson.uh.edu>
Hello,
I am looking for experienced webmasters to join my team in a new project
I am starting. The project is www.webresource.net. Please check out the
layout at:
http://www.webresource.net
Remember, it is only a layout. Most links are not functional. It will be
a site that will help out novice to expert webmasters. Please contact me
at rbhattac@jetson.uh.edu if you have time and are interested. I will
not be back to check this newsgroup, so if you are interested, please
email me. Thanks.
Rishi Bhattacharya
------------------------------
Date: 8 Mar 97 21:33:47 GMT (Last modified)
From: Perl-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 8 Mar 97)
Message-Id: <null>
Administrivia:
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 729
*************************************