[11089] in Perl-Users-Digest
Perl-Users Digest, Issue: 4688 Volume: 8
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Tue Jan 19 13:05:22 1999
Date: Tue, 19 Jan 99 10:00:23 -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 Tue, 19 Jan 1999 Volume: 8 Number: 4688
Today's topics:
Re: "Back button" in CGI script (Abigail)
Re: "Back button" in CGI script (Adrian Price)
Re: "Back button" in CGI script (Adrian Price)
Re: "Back button" in CGI script (Steve Linberg)
Re: A newbie who needs some help <james.b.crigler@lmco.com>
ANNOUNCE: Net::RawIP 0.03 released <ksv@gw.al.lg.ua>
Re: Calculate next [mon..sun]day (Larry Rosler)
Re: Calling a sub richfunk@hotmail.com
CC via email (Was Re: "Back button" in CGI script) (Larry Rosler)
Determining the OS... <andrewf@beausys.demon.co.uk>
Re: Endian converter: Does anyone know of one? (Bart Lateur)
Ext files w/var int <cdlawson@xnet.com>
Re: file ownership in NT (David Cantrell)
Re: How to link image in Perl script ? <gsx97@usa.net>
Newbie Perl CGIer needs fast help! Posting to URL ((//trxby))
Re: Newbie Perl CGIer needs fast help! Posting to URL <Tony.Curtis+usenet@vcpc.univie.ac.at>
Oracle connections. om7@cyberdude.com
Re: pattern matching between multiple lines in a file <aqumsieh@matrox.com>
Perl and MS/DOS <jtimmons@kodak.com>
Re: Perl and MS/DOS (Bart Lateur)
Perl C Software Developer Position in No VA. matrixxgrp@my-dejanews.com
Special: Digest Administrivia (Last modified: 12 Dec 98 (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: 19 Jan 1999 16:20:10 GMT
From: abigail@fnx.com (Abigail)
Subject: Re: "Back button" in CGI script
Message-Id: <782bbq$4$1@client2.news.psi.net>
Joel M. Borden (mr.marketing@worldnet.att.net) wrote on MCMLXVII
September MCMXCIII in <URL:news:36A4134D.4BD2@worldnet.att.net>:
:: Pardon a newbie question...
::
:: I just got my first script working (a simple mail-generating form)... it
:: does error-checking, and if required info is missing, I'd like to provde
:: a "back" link to the HTML page that had the original form, so that the
:: partial info entered by the user will be retained.
1) That's not a Perl question.
2) Every browser already has that functionality.
3) You can't do that.
http://www.foad.org/%7Eabigail/HTML/Misc/back_button.html
Abigail
--
%0=map{reverse+chop,$_}ABC,ACB,BAC,BCA,CAB,CBA;$_=shift().AC;1while+s/(\d+)((.)
(.))/($0=$1-1)?"$0$3$0{$2}1$2$0$0{$2}$4":"$3 => $4\n"/xeg;print#Towers of Hanoi
------------------------------
Date: Tue, 19 Jan 1999 09:23:36 -0800
From: adrian@sequoiarecords.com (Adrian Price)
Subject: Re: "Back button" in CGI script
Message-Id: <adrian-1901990923360001@webgalaxy.com>
In article <782bbq$4$1@client2.news.psi.net>, abigail@fnx.com wrote:
>Joel M. Borden (mr.marketing@worldnet.att.net) wrote on MCMLXVII
>September MCMXCIII in <URL:news:36A4134D.4BD2@worldnet.att.net>:
>:: Pardon a newbie question...
>::
>:: I just got my first script working (a simple mail-generating form)... it
>:: does error-checking, and if required info is missing, I'd like to provde
>:: a "back" link to the HTML page that had the original form, so that the
>:: partial info entered by the user will be retained.
>
> 1) That's not a Perl question.
true. comp.sys.infosystems.www.authoring.cgi would be a better group.
> 2) Every browser already has that functionality.
True, but links are just plain more user-freindly.
> 3) You can't do that.
Yes you can. If you are going to try to answer a question, answer it
or just keep quiet. If you are going to answer anyway, and still just say
it can't be done, at least note that it can't be done AS FAR AS YOU KNOW.
Five little letters, AFAIK, will do the trick.
Just to enlighten, heres how:
<A HREF="javascript:document.history.back();">Go back</A>
>
>
>http://www.foad.org/%7Eabigail/HTML/Misc/back_button.html
>
>
>
>Abigail
--
---
http://www.sequoiarecords.com/
Web Designer/Coder at Large
------------------------------
Date: Tue, 19 Jan 1999 09:17:46 -0800
From: adrian@sequoiarecords.com (Adrian Price)
Subject: Re: "Back button" in CGI script
Message-Id: <adrian-1901990917460001@webgalaxy.com>
In article <36A4134D.4BD2@worldnet.att.net>, mr.marketing@worldnet.att.net
wrote:
>Pardon a newbie question...
>
>I just got my first script working (a simple mail-generating form)... it
>does error-checking, and if required info is missing, I'd like to provde
>a "back" link to the HTML page that had the original form, so that the
>partial info entered by the user will be retained.
>
>I can pass the script the form file's name, and provide a link back to
>it, but that reloads the form, losing the info. I want to duplicate the
>browser's "back button" functionality.
>
>If you can, please cc: your response to me via email, as I don't always
>get to check the newsgroups at work.
>
>Thanks!
Well, if you want to go the easiest, although slightly incompatible
(requires 3.0 browser or newer) way, just but the following link on the
missing fields page:
<A HREF="javascript:document.history.back();">Go Back</A>
You can, of course, change the text of the link :)
I use one of these in my text navigation bar across the top of all of my
pages, comes in handy.
--
---
http://www.sequoiarecords.com/
Web Designer/Coder at Large
------------------------------
Date: Tue, 19 Jan 1999 12:55:03 -0500
From: linberg@literacy.upenn.edu (Steve Linberg)
Subject: Re: "Back button" in CGI script
Message-Id: <linberg-1901991255030001@ltl1.literacy.upenn.edu>
In article <adrian-1901990923360001@webgalaxy.com>,
adrian@sequoiarecords.com wrote:
> In article <782bbq$4$1@client2.news.psi.net>, abigail@fnx.com wrote:
>
> > 3) You can't do that.
> Yes you can. If you are going to try to answer a question, answer it
> or just keep quiet. If you are going to answer anyway, and still just say
> it can't be done, at least note that it can't be done AS FAR AS YOU KNOW.
> Five little letters, AFAIK, will do the trick.
Here we go again... Abigail knows what she's talking about. It can't be
done. And she did answer the question, completely correctly.
> Just to enlighten, heres how:
> <A HREF="javascript:document.history.back();">Go back</A>
And if I turn off javascript in my browser for security reasons? If I use
Lynx, or any of dozens of other browsers that don't support Javascript?
Then you have a dead link which says "Go back" and doesn't do anything,
confusing your visitors. Maybe you assume that all of your viewers have
javascript-capable and -enabled browsers. Maybe you think that's safe to
assume.
If you read Abigail's document, you will get a clearer understanding of
the issue.
http://www.foad.org/%7Eabigail/HTML/Misc/back_button.html
--
Steve Linberg, Systems Programmer &c.
National Center on Adult Literacy, University of Pennsylvania
email: <linberg@literacy.upenn.edu>
WWW: <http://www.literacyonline.org>
------------------------------
Date: Tue, 19 Jan 1999 11:35:57 -0500
From: James B Crigler <james.b.crigler@lmco.com>
Subject: Re: A newbie who needs some help
Message-Id: <36A4B46D.AE3FC696@lmco.com>
Danny Downs wrote:
>
> I am writing a perl script that would ask you to enter a username and
> password then telnet to a mail server and take the value of the username and
> the password and enter them once you connect to the mail server.
> For example you would enter the username "bob" and the password "bob1". once
> a connection to the mail server is made the script would initatate the
> 'user' command and the 'pass' command using the value that you entered
> above. What my problem is is that I can't get the 'user' and the 'pass'
> command to type out once I connect to the mail server. Can anyone help me
This is the script I use to check mail from my corporate account. I
have xbiff
set up to use it. (The names have been changed to protect the
innocent.) Then
when xbiff shows I have mail, I start my mail client to actually
retrieve the
mail. Of course, POP3Client is capable of much, much more than this,
e.g., you
could actually write a mail reading client with it. But this is
sufficient for
my needs.
#!/tools/bin/perl -w
use strict;
use Mail::POP3Client;
my $pop = new Mail::POP3Client('bob', 'bob1', 'your.mail.server');
exit 0 if $pop->Count() > 0;
exit 2;
--
Jim Crigler | james.b.crigler@lmco.com
Zone 0100 | Voice: (770)494-4528
86 S. Cobb Dr. | "There are three kinds of people: Those
Marietta GA 30063 | who can count and those who can't."
------------------------------
Date: Tue, 19 Jan 1999 18:55:07 +0200
From: "Sergey V. Kolychev" <ksv@gw.al.lg.ua>
Subject: ANNOUNCE: Net::RawIP 0.03 released
Message-Id: <Pine.LNX.3.96.990119184754.30494E-100000@gw.al.lg.ua>
Good day.
The perl module Net::RawIP 0.03 just released.I have announce about
0.02 version.
Thanks all for interest and suggestions.
If you don't remember or don't knew about Net::RawIP before:
Net::RawIP is a perl module can to manipulate raw IP packets,
with an optional feature for manipulating Ethernet headers.
Net::RawIP can be used for easy writing low level programms
which can manipulate raw IP packets directly from Perl.
Changes from 0.02 to 0.03:
- port to Linux with glibc
- port to Alpha Linux
- port to Solaris
- port to FreeBSD
- fix memory leaks
- fix problems with gcc 2.7.2.1
- implemented manipulate IP and TCP options
- implemented generic subclass for generic ip datagramms
After week if you do not fing big bugs I'll upload Net::RawIP 0.03 to CPAN
Homepage of Net::RawIP: http://quake.skif.net/RawIP/
Just one small example.
ipopt_traceroute.pl
-----------------------
#!/usr/bin/perl
# This script use IP option called "record route" for emulate traceroute.
# Unfortunately max size of ip options is only 40 bytes and we can see
# just 9 hops, other hops will be ignored ;(
use Net::RawIP;
require 'getopts.pl';
Getopts('i:s:d:');
die "Usage $0 -i <interface> -d <dest host> -s <your host>"
unless ($opt_d && $opt_d && $opt_s);
$a = new Net::RawIP ({icmp =>{}});
$a->set({ip => {saddr => $opt_s,
daddr => $opt_d},
icmp => {type => 8, id => $$}
});
$data = "\5".("\0" x 37);
$a->optset(ip => {type => [(7)],data =>[($data)] });
$device = $opt_i;
$filt = "ip proto \\icmp and dst host $opt_s";
$size = 1500;
$tout = 30;
$pcap = $a->pcapinit($device,$filt,$size,$tout);
$i =0;
if(fork){
loop $pcap,1,\&dmp,\@a;
}
else{
sleep 1;
$a->set({icmp => {sequence => $i,data => timem()}});
$a->send(1,1);
}
sub dmp{
$a->bset(substr($_[2],14));
$opt = ($a->optget(ip => {type => [(7)] } ))[2];
$opt = substr($opt,2);
@route = unpack("N9",$opt);
$j = 0;
for $site (@route){
last unless $site;
printf(" -> ") if $j;
printf("\n") if $j == 4;
printf("%u.%u.%u.%u",unpack("C4",pack("N",$site)));
$j++;
}
printf("\n");
}
--------------------
I'll be glad if you find my work interesting.
----------------------Alchevsk Linux User Group-----------------------
UNIX is user friendly. It's just selective who the friends are.
Linux is like wigwam - no windows, no gates, apache inside.
http://www.ic.al.lg.ua/~ksv | e-mail: ksv@gw.al.lg.ua
PGP key & Geekcode: finger ksv@gw.al.lg.ua
------------------------------
Date: Tue, 19 Jan 1999 08:07:00 -0800
From: lr@hpl.hp.com (Larry Rosler)
Subject: Re: Calculate next [mon..sun]day
Message-Id: <MPG.110e4d83961a4ed49899a2@nntp.hpl.hp.com>
In article <slrn7a7e9d.5mg.morpheus@rpglink.com>, Steve Lamb
<morpheus@no-spam.calweb.com> says...
...
> $newtime = time + 604800;
Constants are folded at compile time, so there is no penalty for saving
time using your hand calculator and saying what you mean, so that others
know also:
$newtime = time + 7 * 24 * 60 * 60;
> @time = localtime($newtime);
> $time[4] += 1;
> print("$time[4]+1/$time[3]/$time[5]\n");
>
> eg:
> {morpheus@web1;0.40:/s1/morpheus}date ; perl blah
> Mon Jan 18 14:43:06 PST 1999
> 1/25/99
No, actually that code would print this:
1+1/25/99
:-)
--
(Just Another Larry) Rosler
Hewlett-Packard Company
http://www.hpl.hp.com/personal/Larry_Rosler/
lr@hpl.hp.com
------------------------------
Date: Tue, 19 Jan 1999 15:51:11 GMT
From: richfunk@hotmail.com
Subject: Re: Calling a sub
Message-Id: <7829l9$3rr$1@nnrp1.dejanews.com>
What are you trying to achieve ?
$mysub = "function1"; simply assigns the string function1 to the variable
$mysub.
You call the subroutine using &function1.
$mysub would be assigned the value 1, if the subroutine was successful.
Rich
email: richfunk@hotmail.com
In article <36A48B2E.CCBF6039@cat.at>,
Gernot Homma <gernot@cat.at> wrote:
> This is a multi-part message in MIME format.
> --------------5812923C8069525C698160A2
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Hello,
>
> I'm looking for a solution for the following problem
>
> $mysub = "function1";
>
> sub function1
> {
> print "Hello";
> }
>
> I want to call "function1" though the scalar $mysub.
> Is there a gobal solution? I know I could solve this problem with "if" -
> statements, but I do'nt want to work this way.
>
> Many thanks in advance,
> Gernot
>
> --------------5812923C8069525C698160A2
> Content-Type: text/x-vcard; charset=us-ascii;
> name="gernot.vcf"
> Content-Transfer-Encoding: 7bit
> Content-Description: Card for Gernot Homma
> Content-Disposition: attachment;
> filename="gernot.vcf"
>
> begin:vcard
> n:Homma;Gernot
> x-mozilla-html:FALSE
> org:Cyber-Atelier
> adr:;;;Vienna ;;1210;Austria
> version:2.1
> email;internet:gernot@cat.at
> tel;fax:+43 1 272 92 51 9
> tel;work:+43 1 272 92 51
> x-mozilla-cpt:;0
> fn:Homma, Gernot
> end:vcard
>
> --------------5812923C8069525C698160A2--
>
>
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Tue, 19 Jan 1999 08:32:03 -0800
From: lr@hpl.hp.com (Larry Rosler)
Subject: CC via email (Was Re: "Back button" in CGI script)
Message-Id: <MPG.110e535d4cec6e429899a3@nntp.hpl.hp.com>
In article <78270m$282$1@dinkel.civ.utwente.nl>, Willem
<spam@dikkelul.com> says...
...
> >> If you can, please cc: your response to me via email, as I don't always
> >> get to check the newsgroups at work.
> >
> >Then you shouldn't post here if you can't check for an answer.
>
> Why not? It could be helpful for others. Besides, is it so hard to do a CC ?
I agree. Refusal to do so as a matter of policy is a fascistic response
to a polite and reasonable request. I often CC the response on my
own, unless requested not to -- it gets to the questioner much faster, as
a rule.
Of course, if the email address supplied is bogus (as Willem's is !;-)
and the questioner expects me to de-spam it, then -- as they say in New
Yawk -- fugghdaboudit!
--
(Just Another Larry) Rosler
Hewlett-Packard Company
http://www.hpl.hp.com/personal/Larry_Rosler/
lr@hpl.hp.com
------------------------------
Date: Tue, 19 Jan 1999 17:25:57 +0000
From: Andrew Fry <andrewf@beausys.demon.co.uk>
Subject: Determining the OS...
Message-Id: <v6$UbLAlAMp2Ewv0@beausys.demon.co.uk>
Q1:
What is the correct (OS-independent) way to determine the
OS ... is it $^O ?
Q2:
Also, I have a Perl script which sets up configuration files
for IP-over-X.25 operation. This requires super-user privileges.
I am trying to produce a CGI version of this script ... but how,
basically, do I become super-user from within the script ?
I am aware of the security concerns surrounding this.
Does this involve use of setuid ? Do I need th caller to provide
username and password for super-user access ?
---
Andrew Fry
"Time flies like an arrow. Fruit flies like a banana". (Groucho Marx).
------------------------------
Date: Tue, 19 Jan 1999 16:50:58 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: Endian converter: Does anyone know of one?
Message-Id: <36a7b7a4.789656@news.skynet.be>
Steffen Beyer wrote:
>Another possibility is using the Bit::Vector module, which can handle
>(and copy) chunks of bits of arbitrary size, including 8 bits (= 1 byte).
You want to byte reverse single bytes? That's strange. ;-)
Bit reversing within a byte is not what was asked for.
Bart.
------------------------------
Date: 19 Jan 1999 16:24:44 GMT
From: Chad Lawson <cdlawson@xnet.com>
Subject: Ext files w/var int
Message-Id: <782bkc$9dq$1@flood.xnet.com>
I am looking for a way to have an external data file contain (among other
things) variables, and then when the file is read, the variables be
evaluated.
Assume the following file for a CGI script to read:
<FORM ACTION=$MYNAME METHOD=POST>
<INPUT TYPE=TEXT NAME=name>
<INPUT TYPE=HIDDEN NAME=parent VALUE=$pid>
</FORM>
In the .cgi script, '$MNAME' and '$pid' are set to 'index.cgi' and '1312'
respectively.
How can I have Perl print the file, evaluating the variables as it goes?
Thanks in advance,
Chad Lawson
---
"He deals the cards as a mediation...the sacred geometry of chance,
the hidden law of a probable outcome, the numbers lead a dance."
--Sting, "Shape of My Heart"
------------------------------
Date: Tue, 19 Jan 1999 16:06:07 GMT
From: NukeEmUp@ThePentagon.com (David Cantrell)
Subject: Re: file ownership in NT
Message-Id: <36a5ad47.88853354@thunder>
On Tue, 19 Jan 1999 01:04:56 GMT, jmpnz@my-dejanews.com enlightened us
thusly:
>Is there a way (module/lib) to check the ownership of a file under NT? I need
>to collects statics on who owns what file on my network.
Check the output of 'cacls.exe' which is supplied with the NT reskit.
[Copying newsgroup posts to me by mail is considered rude]
--
David Cantrell, part-time Unix/perl/SQL/java techie
full-time chef/musician/homebrewer
http://www.ThePentagon.com/NukeEmUp
------------------------------
Date: Tue, 19 Jan 1999 11:40:30 -0500
From: GSX <gsx97@usa.net>
Subject: Re: How to link image in Perl script ?
Message-Id: <36A4B57E.82733004@usa.net>
For starters, escape the quotes in the image tag:
> print "<CENTER><IMG SRC=\"mainlogo.gif\" HEIGHT=54 WIDTH=577></CENTER>";
Then consider putting the image in a web directory and calling it with
its web path:
> print "<CENTER><IMG SRC=\"http://www.wubba-wubba.com/images/mainlogo.gif\" HEIGHT=54 WIDTH=577></CENTER>";
If that doesn't help - call a plumber.
Alex wrote:
>
> Hello there,
> I have a problem.
> I wish to put a image Logo in my perl script. The script is :
> ----------------------
> ----------------------
> print "Content-type: text/html\n\n";
> print "<CENTER><IMG SRC="mainlogo.gif" HEIGHT=54 WIDTH=577></CENTER>";
> --------------
> --------------
> The image already saved in my cgi-bin directory.
> However, I cannot run this script. Error appear.
> Please tell me how to do this.
> Thank you
> Alex
------------------------------
Date: Tue, 19 Jan 1999 16:32:26 GMT
From: ttxyxexr@airxmail.net ((//trxby))
Subject: Newbie Perl CGIer needs fast help! Posting to URL
Message-Id: <58F38A6927CC7207.DF75E19BB9E84E7A.91853DCCF8810A3E@library-proxy.airnews.net>
One of our servers will call a second UNIX server that has PERL CGI
code on it.
Up until now I could write the CGI's to return directly to a browser
that called it no problem.
Now I need to write a CGI that isn't called from a browser, but it I
want the CGI to post data from a file to an HTTP:.. location.
Am I in a fog? It isn't clear to me how to do this. Any help is
greatly appreciated. We have a fast setup needed in a few days.
Thanks,
Mike
------------------------------
Date: 19 Jan 1999 17:43:21 +0100
From: Tony Curtis <Tony.Curtis+usenet@vcpc.univie.ac.at>
Subject: Re: Newbie Perl CGIer needs fast help! Posting to URL
Message-Id: <83btjvw6vq.fsf@vcpc.univie.ac.at>
Re: Newbie Perl CGIer needs fast help! Posting to
URL, (//trxby) <ttxyxexr@airxmail.net> said:
(//trxby)> Now I need to write a CGI that isn't
(//trxby)> called from a browser, but it I want the
(//trxby)> CGI to post data from a file to an
(//trxby)> HTTP:.. location.
perldoc LWP
hth
tony
--
Tony Curtis, Systems Manager, VCPC, | Tel +43 1 310 93 96 - 12; Fax - 13
Liechtensteinstrasse 22, A-1090 Wien, | <URI:http://www.vcpc.univie.ac.at/>
"You see? You see? Your stupid minds! | private email:
Stupid! Stupid!" ~ Eros, Plan9 fOS.| <URI:mailto:tony_curtis32@hotmail.com>
------------------------------
Date: Tue, 19 Jan 1999 16:38:11 GMT
From: om7@cyberdude.com
Subject: Oracle connections.
Message-Id: <782cdh$669$1@nnrp1.dejanews.com>
I need to connect to an Oracle database using Perl, can someone tell me how I
can go about doing this? Are there any special modules/libraries available
for this purpose?
Any help would be appreciated.
Thanks.
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Tue, 19 Jan 1999 09:19:58 -0500
From: Ala Qumsieh <aqumsieh@matrox.com>
Subject: Re: pattern matching between multiple lines in a file
Message-Id: <x3y7lujmjjl.fsf@newton.matrox.com>
> TITLE (this is the title which is in a format I can grab)
>
> Blah Blah Blah (this is the description of the title which can be from 1
> to 5 lines long)
> Blah Blah: (one thing I have working for me is that the title
> description always ends)
> (with ":")
>
> Regular Text (this is the rest of the text I don't want to touch)
>
> Now, I wish to put the TITLE and the title description on the same line,
> and leave the regular text alone. So, I will end up with:
>
> TITLE Blah Blah Blah Blah Blah:
>
> Regular Text
>
> ... and do the same when I hit the next title which fits the bill.
If you are sure that colons ":" appear only where you expect them to
(end of title description), you can modify $/ to read up to colons.
(have a look in perlvar for more about $/ et al.)
WARNING: this is untested code.
{
local $/ = ":"; # change the input record separator
my ($before, $title);
while (<>) { # assuming the input comes from STDIN
# this reads up to the first colon
($before, $title) = (/^(.*?)(TITLE.*)$/s);
# split the title part from the rest
if ($title) {
# if the title part exists (sanity check)
$title =~ s/\s+/ /g; # change all combinations
# of whitespace to one space
print "$before\n$title\n";
} else {
print;
}
}
}
Hope this helps,
Ala
------------------------------
Date: Tue, 19 Jan 1999 11:20:34 -0500
From: Jack Timmons <jtimmons@kodak.com>
Subject: Perl and MS/DOS
Message-Id: <36A4B0D2.713@kodak.com>
I am currently reading Schwartz's book "Learning Perl" and I'd like to
put some of the examples into pracice. The problem is that I'm running
under DOS. Could someone please give me my options for obtaining a
version of Perl that runs under DOS and how to go about getting it to
run. If indeed, it's possible in the first place.
Thanks so much,
Jack
------------------------------
Date: Tue, 19 Jan 1999 17:19:20 GMT
From: bart.lateur@skynet.be (Bart Lateur)
Subject: Re: Perl and MS/DOS
Message-Id: <36a8b822.916203@news.skynet.be>
Jack Timmons wrote:
>I am currently reading Schwartz's book "Learning Perl" and I'd like to
>put some of the examples into pracice. The problem is that I'm running
>under DOS. Could someone please give me my options for obtaining a
>version of Perl that runs under DOS and how to go about getting it to
>run. If indeed, it's possible in the first place.
Yes. There's the OS/2 port, and the DJ Delorie GNU port (DJGPP). See
CPAN ( http://www.cpan.org/ or http://www.perl.com/CPAN/ ) under
"ports", section "#msdos", for more info.
You can get the DJGPP ports (including more recent versions than the one
on CPAN!) also from a DJGPP *mirror*, through
http://www.delorie.com/gnu/dl . I stress "mirror", because the main site
is very slow (on a modem). You shouldn't use that. Unless you have a
reorganized site, the Perl packages are under djgpp/v2gnu. You need a
DPMI server program to run under plain DOS, too (under v2misc).
HTH,
Bart.
------------------------------
Date: Tue, 19 Jan 1999 16:48:42 GMT
From: matrixxgrp@my-dejanews.com
Subject: Perl C Software Developer Position in No VA.
Message-Id: <782d15$6pk$1@nnrp1.dejanews.com>
We have a opening for an experienced PERL/C developer to be involved with
network performance management data with a network-oriented commercial
company in Northern Virginia. We are looking for someone with 4+ years
experience. The position could be either a contract or a long-term permanent
positiion.
If you are interested, please email or call me.
thanks
Carolyn McGee
The Matrixx Group
------
Carolyn McGee
The Matrixx Group
703-934-9100
703-359-6507 Fax
http://www.ipa.com/eoffice/703-934-9100.html
-------------
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
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 4688
**************************************