[12035] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 5635 Volume: 8

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Wed May 12 03:07:12 1999

Date: Wed, 12 May 99 00:00:22 -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           Wed, 12 May 1999     Volume: 8 Number: 5635

Today's topics:
        Breaking a File on Keywords tigerstr@postoffice2.bellatlantic.net
        Exists win32 equivalent for fork? <pkotala@logis.cz>
        Getting Access to Perl - how? <ocfernan@rochester.rr.com>
    Re: Getting Access to Perl - how? (Charles R. Thompson)
        Help: I find tutorial & doc <sauro@fol.it>
        Here documents and indention. (Charles R. Thompson)
        Know any perl scripts to serve web based email? (Nick Santoro)
    Re: MS-HTML must die! (John Stanley)
    Re: Need a little looping help (Larry Rosler)
    Re: need a perl/cgi tutorial please (Damon61)
    Re: New at this, Perl/Cgi How to get the end of a sript (Charles R. Thompson)
        Newbie needs help <marek@wxscape.com>
        refreshing frame after CGI <edrich@de.ibm.com>
    Re: Seizing the Bull by the Horns (John Stanley)
    Re: Seizing the Bull by the Horns <dgris@moiraine.dimensional.com>
    Re: system "cmd" for NT (Tad McClellan)
    Re: Ten Tips toward *DIVERSITY COMPLIANCE* in Web Desig (John Stanley)
    Re: This code just wont run. Any ideas? <ebohlman@netcom.com>
    Re: Universal interface zenin@bawdycaste.org
        Using Perl to fetch web pages, POST method, help? (Bryant Fong)
        Using Perl to fetch web pages, POST method, help? (Bryant Fong)
    Re: Using Perl to fetch web pages, POST method, help? <rra@stanford.edu>
    Re: Using Perl to fetch web pages, POST method, help? (Bryant Fong)
    Re: Using Perl to fetch web pages, POST method, help? <rra@stanford.edu>
        Vax username/passwd check via Net::Telnet <seugenio@man.amis.com>
        Special: Digest Administrivia (Last modified: 12 Dec 98 (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: Wed, 12 May 1999 02:00:43 -0400
From: tigerstr@postoffice2.bellatlantic.net
Subject: Breaking a File on Keywords
Message-Id: <3739190B.234FCBD3@postoffice2.bellatlantic.net>

I need to break a file on a keyword and create seperate files with the
new file names. For example a text file would contain:

BREAK chapter1

some text

BREAK chapter2

some text

I need to create two files named chapter1 and 2 with the appropriate
data. Any suggestions for the best way to do this.

Thanks



------------------------------

Date: Wed, 12 May 1999 08:20:16 +0200
From: "Pavel Kotala" <pkotala@logis.cz>
Subject: Exists win32 equivalent for fork?
Message-Id: <926489983.152305@gate.logis.cz>

Can I create child processes on Win32? Fork does not work.

Thank You

Pavel Kotala




------------------------------

Date: Wed, 12 May 1999 00:33:12 -0400
From: "Orlando C. Fernando" <ocfernan@rochester.rr.com>
Subject: Getting Access to Perl - how?
Message-Id: <37390487.74B98912@rochester.rr.com>

I'm very curious to learn from the people here how you are able to use
perl for your cgi scripts. Many ISPs that I'm trying to look at don't
support CGI scripting, or don't allow to do your own. Actually, there's
one I know that lets you customize their existing scripts (changing a
NAME variable or so). But I was really hoping for a good internet
resource at a modest/free price so that I can start learning and
practicing using perl to make my own simple scripts.

On a related note, have you found many ISPs accepting of you using a
free script off the web, such as from the big Matt's script archive?

I'm generally trying to practice using perl for the sake of having
interactive web forms (the form/post method). I was also told that
javascript may be able to accomplish the same thing. Sorry if that's a
bad word in this newsgroup. Just trying to get an overall perspective.

Right now I have cable modem service with 5 mb web space and no script
support. ($40/mth) Thinking right now  to additionally purchase a web
hosting service w/ 20MB space and cgi support although it's picking from
their scripts and customizing them (for $8.25/mth).

All replies (esp. e-mail) welcome, thanks!
--
                                        -OCF
Home Page-
http://home.rochester.rr.com/ocfernan
                        last updated: May 9 99




------------------------------

Date: Wed, 12 May 1999 06:04:58 GMT
From: design@raincloud-studios.com (Charles R. Thompson)
Subject: Re: Getting Access to Perl - how?
Message-Id: <MPG.11a2e569afc0315498969d@news>

[This followup was posted to comp.lang.perl.misc and a copy was sent to 
the cited author.]

In article <37390487.74B98912@rochester.rr.com>, Orlando C. Fernando 
says...
> I'm very curious to learn from the people here how you are able to use
> perl for your cgi scripts.

Perl... not perl. Lesson 1. :)

> I can start learning and
> practicing using perl to make my own simple scripts.

You can develop scripts and learn Perl on your own machine! While you may 
not immediately be able to develop CGI type scripts locally (because 
you'll need a web server), you can begin to learn the language which is 
the most important part. Check out FAQ 1 & 2 for a walkthrough of many of 
the questions you may have at this time...

http://language.perl.com/newdocs/pod/perlfaq1.html
http://language.perl.com/newdocs/pod/perlfaq2.html 

P.S. If you have Linux, you got all you need right there brother.

> On a related note, have you found many ISPs accepting of you using a
> free script off the web, such as from the big Matt's script archive?

Eh... that's not a nice name around here. Matt isn't commonly referenced 
by the experienced frequent posters in the NG. Ok.. he's not referenced 
at all. :) It's ok to pick up code and study it... it's better to realize 
not everyone does things umm..'correctly' (that includes me!)

Picking an Hosting Provider should probably come from 
info gathered at comp.infosystems.www.authoring.cgi where a few folks 
will give you 80 billion different opinions. 

As it relates to Perl, 90% of the time you will get what you pay for in a 
hosting provider... make sure support is available. Make sure they are 
running as new of a release of Perl as possible. I think 5.004_x would 
probably be an agreeable number in this group.

> I'm generally trying to practice using perl for the sake of having
> interactive web forms (the form/post method). I was also told that
> javascript may be able to accomplish the same thing. Sorry if that's a
> bad word in this newsgroup. Just trying to get an overall perspective.

That's a perfectly valid question... You can acheive a rather 
overwhelmingly large list of benefits using Perl vs. JavaScript. A 
partial list for your goals might include...

log file processing
form processing
ftp from your script to other servers
fetch pages from other servers
send mail automatically from scripts.

The list goes on.

> Right now I have cable modem service with 5 mb web space and no script
> support. ($40/mth) Thinking right now  to additionally purchase a web
> hosting service w/ 20MB space and cgi support although it's picking from
> their scripts and customizing them (for $8.25/mth).

Don't pick anyone that imposes too many limits on you. You should be able 
to do your own scripting and have as much freedom in the system as the 
sysadmin will allow without security risks.

Have fun.

-- 
Charles R. Thompson
RainCloud Studios


------------------------------

Date: Wed, 12 May 1999 08:13:50 +0200
From: "Sauro Sgatti" <sauro@fol.it>
Subject: Help: I find tutorial & doc
Message-Id: <7hb5q1$n8s$1@fe1.cs.interbusiness.it>

Where I find tutorial and document of Perl?
I know perl.org and CPAN site.

Please reply also in email.
Thanks.





------------------------------

Date: Wed, 12 May 1999 03:56:25 GMT
From: design@raincloud-studios.com (Charles R. Thompson)
Subject: Here documents and indention.
Message-Id: <MPG.11a2c741fde2208f98969b@news>

If Perl doesn't really care that much about whitespace, why do here 
document terminators have to be flush left in scripts?

Just curious,

CT


------------------------------

Date: Tue, 11 May 1999 21:04:37 -0700
From: nickysantoro@yahoo.com (Nick Santoro)
Subject: Know any perl scripts to serve web based email?
Message-Id: <nickysantoro-1105992104370001@adsl-216-103-86-109.dsl.snfc21.pacbell.net>

 Hello,
   Does anybody know any scripts to serve web based email, (a la Hotmail,
yahoo mail, etc.) using perl and cgi?
Thanks
N/S


------------------------------

Date: 12 May 1999 05:00:30 GMT
From: stanley@skyking.OCE.ORST.EDU (John Stanley)
Subject: Re: MS-HTML must die!
Message-Id: <7hb1te$etm$1@news.NERO.NET>
Keywords: Hexapodia as the key insight

In article <7h9pe8$q86$1@news1.Radix.Net>,
Trudy Farsi  <revjack@radix.net> wrote:
>Tom Christiansen explains it all:
>
>:Send this form letter to every single webmaster or designer
>:you come across who creates pages with MS-HTML
>:Perl content and a cure will be found in my next followup.
>
>Tom,
>
>Have you ever seen WebTV markup?

Tom, you are smarter than this. Please post your comments in the
appropriate newsgroup.



------------------------------

Date: Tue, 11 May 1999 21:14:57 -0700
From: lr@hpl.hp.com (Larry Rosler)
Subject: Re: Need a little looping help
Message-Id: <MPG.11a2a01f6f4b392b989a36@nntp.hpl.hp.com>

[Posted and a courtesy copy sent.]

In article <m1so93jaih.fsf@halfdome.holdit.com> on 11 May 1999 19:18:46 
-0700, Randal L. Schwartz <merlyn@stonehenge.com> says...

Two tiny strict-ish problems.  Otherwise, very cool!

>     my @vars = map "\$$_", (zz01..zz05);

      my @vars = map "\$$_", ('zz01'..'zz05');

>     my $code = qq(print "@vars\\n";\n);
>     for (reverse @vars) {
>       $code = qq(for $_ (1..2) \{\n).indent($code).qq(\}\n);

        $code = qq(for my $_ (1..2) {\n).indent($code).qq(}\n);

I don't know why the squigglies were backslashed.

>     }
>     print $code;
>     eval $code;
>     sub indent { join "", map "  $_\n", split /\n/, $_[0] }

-- 
(Just Another Larry) Rosler
Hewlett-Packard Company
http://www.hpl.hp.com/personal/Larry_Rosler/
lr@hpl.hp.com


------------------------------

Date: 12 May 1999 05:51:50 GMT
From: damon61@aol.com (Damon61)
Subject: Re: need a perl/cgi tutorial please
Message-Id: <19990512015150.04899.00001518@ng-cg1.aol.com>

www.cgi101.com


------------------------------

Date: Wed, 12 May 1999 04:03:49 GMT
From: design@raincloud-studios.com (Charles R. Thompson)
Subject: Re: New at this, Perl/Cgi How to get the end of a sript to load a page?
Message-Id: <MPG.11a2c8fd44b5ddf598969c@news>

In article <3738CE62.D29EA9CE@nospamrocketmail.com.nospam>, william 
says...
> What would I add to the bottom of my script so I didn't
> have this success page but was redirected to the
> glossary page? 

The text wrap for these long urls usually don't hold up too well, but 
your question is answered in FAQ9.

http://language.perl.com/newdocs/pod/perlfaq9.html#How_do_I_redirect_to_a
nother_pag

Good Luck,

-- 
Charles R. Thompson
RainCloud Studios


------------------------------

Date: Tue, 11 May 1999 23:40:30 -0400
From: Marek D Rzonca <marek@wxscape.com>
Subject: Newbie needs help
Message-Id: <3738F82E.B40D0E75@wxscape.com>

I am attempting to create a counter which is not seen on the page.  Here
is the code for the script:

#!/usr/local/bin/perl
print "Content-type:text/html\n\n";
$countfile="dm2k_counter.txt";
open(INF, "$countfile");
$begincount=<INF>;
close(INF);
$newcount = $begincount + 1;
open(OUTF, ">$countfile");
print OUTF "$newcount\n";
close(OUTF);
open (INF, "$countfile");
$newcount=<INF>;
close (INF);
echo;
open (OUTF2,">dm2k_counter.html");
print OUTF2 "<html>\n";
print OUTF2 "<head>\n";
print OUTF2 "<title>DM2K Visit Log</title>\n";
print OUTF2 "</head>\n";
print OUTF2 "<body>\n";
print OUTF2 "Since April 1, 1999, there have been $newcount visitors\n";

print OUTF2 "</body>\n";
print OUTF2 "</html>";
close (OUTF2);
exit;

The file works if I run it at the command line (Solaris), but when I
attempt to run it from a web browser, it does not work.  Does anyone
have any insight?  Thank you very much.

-Marek



------------------------------

Date: Wed, 12 May 1999 08:32:37 +0200
From: Ralf Edrich <edrich@de.ibm.com>
Subject: refreshing frame after CGI
Message-Id: <37392085.70EBF5AC@de.ibm.com>

Hi,

does anybody know and can tell me how to reload/refresh/update a frame
with a generated html after this
was generated with CGI ?

Thanks in advance,

Ralf



------------------------------

Date: 12 May 1999 04:57:41 GMT
From: stanley@skyking.OCE.ORST.EDU (John Stanley)
Subject: Re: Seizing the Bull by the Horns
Message-Id: <7hb1o5$eoj$1@news.NERO.NET>

In article <3738aefc@cs.colorado.edu>,
Tom Christiansen  <tchrist@mox.perl.com> wrote:
>You know, it's very disappointing to see so many followups
>to the prose, but nary a single one to the code. :-(

The code was off-topic, too. A discussion newsgroup is not the proper
place to distribute code packages. 



------------------------------

Date: 11 May 1999 23:26:20 -0600
From: Daniel Grisinger <dgris@moiraine.dimensional.com>
Subject: Re: Seizing the Bull by the Horns
Message-Id: <m3r9om3lkz.fsf@moiraine.dimensional.com>

stanley@skyking.OCE.ORST.EDU (John Stanley) writes:

> In article <3738aefc@cs.colorado.edu>,
> Tom Christiansen  <tchrist@mox.perl.com> wrote:
> >You know, it's very disappointing to see so many followups
> >to the prose, but nary a single one to the code. :-(
> 
> The code was off-topic, too. A discussion newsgroup is not the proper
> place to distribute code packages. 

Perl source code is always on topic.

dgris
-- 
Daniel Grisinger          dgris@moiraine.dimensional.com
perl -Mre=eval -e'$_=shift;;@[=split//;;$,=qq;\n;;;print 
m;(.{$-}(?{$-++}));,q;;while$-<=@[;;' 'Just Another Perl Hacker'


------------------------------

Date: Tue, 11 May 1999 18:13:33 -0400
From: tadmc@metronet.com (Tad McClellan)
Subject: Re: system "cmd" for NT
Message-Id: <d2aah7.9sf.ln@magna.metronet.com>

K.D. Donley (kd@idpubs.com) wrote:
: System "cmd"; fails on NT. acts as if command not really there. fails to
  ^^^^^^
: execute.  suggestions?


   How about spelling system() correctly?


--
    Tad McClellan                          SGML Consulting
    tadmc@metronet.com                     Perl programming
    Fort Worth, Texas


------------------------------

Date: 12 May 1999 04:55:06 GMT
From: stanley@skyking.OCE.ORST.EDU (John Stanley)
Subject: Re: Ten Tips toward *DIVERSITY COMPLIANCE* in Web Design
Message-Id: <7hb1ja$eo7$1@news.NERO.NET>

In article <3738824b@cs.colorado.edu>,
Tom Christiansen  <tchrist@mox.perl.com> wrote:
>In comp.lang.perl.misc, "Alan J. Flavell" <flavell@mail.cern.ch> writes:
>:With respect, Sir, your rant, which I substantially support, was
>:way off topic for this group.  
>
>It was a straight-line setup to post the punchline: the proxy filter.

It was pure off-topic, posted by someone who complains about the amount
of off-topic traffic, including CGI questions, to this group. Wasn't the
noise from posting each FAQ question one at a time, and each perl
function man page one at a time, enough? Where are those who would
respond by asking "where is the perl content", as they do to every other
web question?

Please take it to comp.whatever.cgi or whatever.web.pregramming.



------------------------------

Date: Wed, 12 May 1999 03:30:44 GMT
From: Eric Bohlman <ebohlman@netcom.com>
Subject: Re: This code just wont run. Any ideas?
Message-Id: <ebohlmanFBLoF8.4Dx@netcom.com>

Daniel Vesma <daniel.vesma@thewebtree.com> wrote:
: This code for some reason doesn't want to run.

: I tried to get it down to as small as possible, but it still doesn't run...

: #!/usr/bin/perl

#!/usr/bin/perl -w

: use CGI qw(param);

Add

  use CGI::Carp qw(fatalsToBrowser);

which will cause any error messages to be displayed as HTML output rather 
than just going to your server log.

 print "Content-type: text/html\n\n";

: $ID = param("ID");
: $PASS = param("PASS");
: $body = param("body");
: $to = "daniel.vesma@thewebtree.com";

Others have told you how to fix this.

: $sendmail = "/usr/sbin/sendmail";
: $sendmail_flags = "-oi -t";

: ######## I think this line is to blame ##########
: open(MAIL,"|$sendmail $sendmail_flags") ||  &Exit("Could not execute
: \"$sendmail\"");

Actually, the only time that open() will fail is in the unlikely event 
that your system's process table was too full to fork a new process.  In 
most cases, it will succeed even if sendmail doesn't exist on your 
system.  See below.

: #################################################

: print MAIL <<"TAG";
: X-Mailer: The Web Tree
: From: $from
: X-Ident-From: $real_remote_address
: Subject: $subject
: To: $to
: Precedence: bulk

: $body

: TAG

: close(MAIL);

Here's where you need to check the exit status; if sendmail couldn't run 
for any reason other than an inability to fork, you'll get a false return 
value here.

:      print <<"END";

: <HTML>
: <HEAD>
: <TITLE>private view 1.0</TITLE>
: </HEAD>
: <BODY">
: <H1>Done</H1>
: </BODY>
: </HTML>

: END


------------------------------

Date: 12 May 1999 05:49:03 GMT
From: zenin@bawdycaste.org
Subject: Re: Universal interface
Message-Id: <926488278.392899@thrush.omix.com>

Pavel Kotala <pkotala@logis.cz> wrote:
: We need to wirte some universal interface between several applications on
: various platforms (PC-Win, DOS, UNIX) running on various DB
: (X-BASE,text,ORACLE). Now we try to write some code in Perl.

	The DOS <-> DB part could be funky.  I don't know if DBI supports
	the DOS ports.  Text databases are easy enough though.

: I wold like to ask. Is Perl secure platform (authorising-user and
: password,etc.)?

	As secure as any other language.  See perlsec(1)

: I like programming in Perl (multiplatform TCP/IP,DB by a few code). But is
: decision to use Perl right? Or should we use any other language (eg. java-I
: don't know it-is programming multiplatform,multiDB so easy as in Perl?,

	Database access in Perl for many uses is far easier then Java and
	never worse then equal to it.

: On the other hand, we would like to have some executable secure format,
: not a script.).

	See perlsec(1)

-- 
-Zenin (zenin@archive.rhps.org)

        My code is filled with comments!  It's just that my comments are
        written in Perl.


------------------------------

Date: Tue, 11 May 1999 21:34:15 -0700
From: buttmunc@uclink4.berkeley.edu (Bryant Fong)
Subject: Using Perl to fetch web pages, POST method, help?
Message-Id: <MPG.11a2a4a7eb9dabb5989699@news.berkeley.edu>

I need to write a program to fetch a web page to get results from a form, 
but the form method is "POST", not GET (which is easy).  Any idea how to 
do it?  I would imagine it would involve HTTP commands to emulate a web 
client.  I'm looking for either sample code or some documentation of how 
to interface with a web server.  Thanks for any help,

-Bryant 


------------------------------

Date: Tue, 11 May 1999 22:55:54 -0700
From: buttmunc@uclink4.berkeley.edu (Bryant Fong)
Subject: Using Perl to fetch web pages, POST method, help?
Message-Id: <MPG.11a2b7c9c9d614eb98969b@news.berkeley.edu>

I need to write a program to fetch a web page to get results from a form, 
but the form method is "POST", not GET (which is easy).  Any idea how to 
do it?  I would imagine it would involve HTTP commands to emulate a web 
client.  I'm looking for either sample code or some documentation of how 
to interface with a web server.  Thanks for any help,

-Bryant 


------------------------------

Date: 11 May 1999 22:06:55 -0700
From: Russ Allbery <rra@stanford.edu>
Subject: Re: Using Perl to fetch web pages, POST method, help?
Message-Id: <yl1zgm6fm8.fsf@windlord.stanford.edu>

Bryant Fong <buttmunc@uclink4.berkeley.edu> writes:

> I need to write a program to fetch a web page to get results from a
> form, but the form method is "POST", not GET (which is easy).  Any idea
> how to do it?  I would imagine it would involve HTTP commands to emulate
> a web client.  I'm looking for either sample code or some documentation
> of how to interface with a web server.

Go to CPAN (<URL:http://www.perl.com/CPAN>) and get libwww from
modules/by-module/HTTP (and other places).

-- 
#!/usr/bin/perl -- Russ Allbery, Just Another Perl Hacker
$^=q;@!>~|{>krw>yn{u<$$<[~||<Juukn{=,<S~|}<Jwx}qn{<Yn{u<Qjltn{ > 0gFzD gD,
 00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.), 01,pnn,y{
rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/ #y,d,s,(\$.),$1,gee,print


------------------------------

Date: Tue, 11 May 1999 22:58:35 -0700
From: buttmunc@uclink4.berkeley.edu (Bryant Fong)
Subject: Re: Using Perl to fetch web pages, POST method, help?
Message-Id: <MPG.11a2b863903d27bf98969c@news.berkeley.edu>

In article <yl1zgm6fm8.fsf@windlord.stanford.edu>, rra@stanford.edu 
says...
> Bryant Fong <buttmunc@uclink4.berkeley.edu> writes:
> 
> > I need to write a program to fetch a web page to get results from a
> > form, but the form method is "POST", not GET (which is easy).  Any idea
> > how to do it?  I would imagine it would involve HTTP commands to emulate
> > a web client.  I'm looking for either sample code or some documentation
> > of how to interface with a web server.
> 
> Go to CPAN (<URL:http://www.perl.com/CPAN>) and get libwww from
> modules/by-module/HTTP (and other places).

OK, grabbed, libwww, any sample for doing generally what I want to do?  I 
installed it using ActivePerl PPM (win32) so there isn't much 
documentation =P.  I downloaded the unix version just for the docs, 
though, but couldn't find something about grabbing html docs using POST 
method.

-Bryant


------------------------------

Date: 11 May 1999 23:04:24 -0700
From: Russ Allbery <rra@stanford.edu>
Subject: Re: Using Perl to fetch web pages, POST method, help?
Message-Id: <ylzp3a3jtj.fsf@windlord.stanford.edu>

Bryant Fong <buttmunc@uclink4.berkeley.edu> writes:

> OK, grabbed, libwww, any sample for doing generally what I want to do?
> I installed it using ActivePerl PPM (win32) so there isn't much
> documentation =P.  I downloaded the unix version just for the docs,
> though, but couldn't find something about grabbing html docs using POST
> method.

There's an example in the main LWP documentation.  See the LWP and lwpcook
doc files.  Doesn't PPM install the docs, at least accessible via perldoc?

-- 
#!/usr/bin/perl -- Russ Allbery, Just Another Perl Hacker
$^=q;@!>~|{>krw>yn{u<$$<[~||<Juukn{=,<S~|}<Jwx}qn{<Yn{u<Qjltn{ > 0gFzD gD,
 00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.), 01,pnn,y{
rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/ #y,d,s,(\$.),$1,gee,print


------------------------------

Date: Wed, 12 May 1999 06:30:16 GMT
From: "Sheila  Eugenio" <seugenio@man.amis.com>
Subject: Vax username/passwd check via Net::Telnet
Message-Id: <01be9c3c$c5499fe0$2bbe10ac@amipnet>

Is it possible to check a web-based login with the username/password
combination of an existing Vax account? I am planning to  create a
company-wide, web-based application. It is necessary to have login
authentication. I was thinking of using the existing individual Vax
accounts of each employee, like so, when they login to the application,
Net::Telnet will output successful/unsuccessful logins for valid/invalid
username/password.  When login is OK, an HTML page will appear.
	
Thanks! 


------------------------------

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 5635
**************************************

home help back first fref pref prev next nref lref last post