[23117] in Perl-Users-Digest

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

Perl-Users Digest, Issue: 5338 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat Aug 9 11:05:38 2003

Date: Sat, 9 Aug 2003 08:05:07 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Sat, 9 Aug 2003     Volume: 10 Number: 5338

Today's topics:
    Re: "Undefined subroutine" error (but it's defined, I t valerian2@hotpop.com
    Re: Can't launch a perl  HELP? <jwillmore@cyberia.com>
    Re: DBI suddenly not working... <jim.bloggs@eudoramail.com>
    Re: DBI suddenly not working... (Tad McClellan)
        Enumerate all the remote drives <garry.chan@alumni.ust.hk>
    Re: FTP doesn't add Carriage Return from VMS to NT? <jwillmore@cyberia.com>
    Re: I need GD for Redhat 9 <Not_Me@not_here.org>
    Re: Little help with While loop please? <jwillmore@cyberia.com>
    Re: Little help with While loop please? (Tad McClellan)
        mod_perl - CGI params are undef on large queries <martin@simaltech.com>
    Re: Perfect perl IDE! <member32241@dbforums.com>
        PERL, FTP and Browser Upload <steve@caralan.co.uk>
    Re: PERL, FTP and Browser Upload <thepoet@nexgo.de>
    Re: Print - format /  presentation question <matthew.garrish@sympatico.ca>
    Re: Print - format /  presentation question (Sam Holden)
    Re: Print - format /  presentation question <matthew.garrish@sympatico.ca>
    Re: Print - format /  presentation question (Sam Holden)
    Re: Print - format /  presentation question <matthew.garrish@sympatico.ca>
    Re: Print - format /  presentation question <matthew.garrish@sympatico.ca>
    Re: Print - format /  presentation question <matthew.garrish@sympatico.ca>
    Re: Print - format /  presentation question (Tad McClellan)
        XML::XSLT Module without LWP (Hammy)
    Re:  <bwalton@rochester.rr.com>
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

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

Date: Sat, 09 Aug 2003 06:18:13 GMT
From: valerian2@hotpop.com
Subject: Re: "Undefined subroutine" error (but it's defined, I think?)
Message-Id: <slrnbj94h6.865.valerian@core.invalid.tld>

> I can get it to work fine by just replacing the
> DB_Disconnect() call in Misc.pm with &My::Misc::DB_Disconnect(), but
> that seems like a kludge

Oops, I meant to say:  I can get it to work fine by replacing it with
&My::DB::DB_Disconnect(), but then that shouldn't be necessary since
Misc.pm imports all the DB.pm functions. :-)


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

Date: Sat, 09 Aug 2003 05:04:59 GMT
From: James Willmore <jwillmore@cyberia.com>
Subject: Re: Can't launch a perl  HELP?
Message-Id: <20030809010702.60e21fab.jwillmore@cyberia.com>


> > I notice when I click on the picture the URL looks like
> > file://cgi-bin/file.pl not found. Am I to assume that the file.pl
> > is going to be displayed as text rather than executed?
> >
> > Thanks
> > Jim Rendant
> 
> Have a look here first:
> http://www.kulichki.com/ostrova/bera/Manuals/Perl/idiots-guide.html

AND .... install a web server while you're at it.  The URL you have
typed in your browser points to the Perl file.  In order to execute
the file and display the results in a web browser without writing to a
file (ie have the script on your machine work just like the ones you
find on the various web sites you visit), you'll need a web server.

To get started with Perl, type:
perldoc perl

This will give you the starting point to begin using Perl.  As well as
the URL mentioned in the previous post ;)

HTH and good luck

Jim




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

Date: Sat, 9 Aug 2003 06:02:20 +0100
From: "doofus" <jim.bloggs@eudoramail.com>
Subject: Re: DBI suddenly not working...
Message-Id: <bh1v8v$rusfm$1@ID-150435.news.uni-berlin.de>

Tad McClellan wrote:
> doofus <jim.bloggs@eudoramail.com> wrote:
>
>>> If I put the line 'use DBI' anywhere in my program it gives up and
>
>
>> OK. Just for the record, I seem to have fixed it by reverting to
>> 5.6.
>
> Errr, from what?
>
> You never told us what perl version you had.
>
> If knew you are backing up from 5.8.0, then I'd make a guess at
> why you are having the problem, but I don't so I won't.

Oh, go on, do. :-)

Yes, it was 5.8.0. I had a perl -v  burried deep in the original post
but I guess it was hard to spot. I'm sorry about that.

 ...'be grateful for any guesses, even though the prob has gone away for
now. I know there was a reason I upgraded to 5.8 and that reason will
return to haunt me.

Thanks,

doofus




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

Date: Sat, 9 Aug 2003 06:40:42 -0500
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: DBI suddenly not working...
Message-Id: <slrnbj9ndq.5i1.tadmc@magna.augustmail.com>

doofus <jim.bloggs@eudoramail.com> wrote:
> Tad McClellan wrote:
>> doofus <jim.bloggs@eudoramail.com> wrote:
>>
>>>> If I put the line 'use DBI' anywhere in my program it gives up and
>>
>>
>>> OK. Just for the record, I seem to have fixed it by reverting to
>>> 5.6.
>>
>> Errr, from what?
>>
>> You never told us what perl version you had.
>>
>> If knew you are backing up from 5.8.0, then I'd make a guess at
>> why you are having the problem, but I don't so I won't.
> 
> Oh, go on, do. :-)


OK. 

5.8.0 is not binary compatible with earlier versions.

Modules with a C component (XS) need to be recompiled for 5.8.0.


-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


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

Date: Sat, 09 Aug 2003 14:59:18 +0800
From: Gary Chan <garry.chan@alumni.ust.hk>
Subject: Enumerate all the remote drives
Message-Id: <bh26nh$1gug$1@news.hgc.com.hk>

I want to write a perl script that enumerates all the local drive names 
that are connecting to remote drives in Windows. I think 
Win32::NetResource is one of the possible module but I can't figure out 
how to do this.

Can anyone help?

Gary



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

Date: Sat, 09 Aug 2003 05:04:29 GMT
From: James Willmore <jwillmore@cyberia.com>
Subject: Re: FTP doesn't add Carriage Return from VMS to NT?
Message-Id: <20030809010631.315ab36d.jwillmore@cyberia.com>

<snip>
> Anyone have suggestions why I'm not getting my CR/LF as expected?

I posted a suggestion on this issue within the last 3 weeks.  Plus,
someone else responded that the issue appears to lie with W2K.  

The thread has the subject:
FTP in ASCII mode from UNIX to NT

Same type of issue - line endings fouled.

HTH

Jim


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

Date: Sat, 09 Aug 2003 11:01:11 GMT
From: Owen <Not_Me@not_here.org>
Subject: Re: I need GD for Redhat 9
Message-Id: <20030809210059.03bc9a95.Not_Me@not_here.org>

On 07 Aug 2003 23:23:08 GMT
Martien Verbruggen <mgjv@tradingpost.com.au> wrote:

I haven't had any luck yet installing on a Mdk 9.1 system, I get this apparantly circular problem

cpan> install GD
<snip>
Checking if your kit is complete...
Looks good
Warning: prerequisite Math::Trig 1 not found.


cpan> install Math::Trig
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 08 Aug 2003 05:44:51 GMT
Math::Trig is up to date.


Any comment that would unravel this mystery would be appreciated.


TIA



Owen
-- 


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

Date: Sat, 09 Aug 2003 05:04:14 GMT
From: James Willmore <jwillmore@cyberia.com>
Subject: Re: Little help with While loop please?
Message-Id: <20030809010610.3dbe04c7.jwillmore@cyberia.com>

> Does anyone have any example code or anything that I could look at
> to do this?  If I've left out any info, please let me know and I'll
> post right away.

The code:

#!/usr/bin/perl -w

use strict;

while(<DATA>){
	print "$1 " if m/FROM:<(.*)>/;
	print "$2\n" if m/(BDAT|DATA) .* (\d+)$/;
}

exit;

__DATA__
date time ip1 fqdn ip2 EHLO +hotmail.com 250 0 314 16
date time ip1 fqdn ip2 MAIL +FROM:<1111111@hotmail.com> 0 0 45 32
date time ip1 fqdn ip2 RCPT +TO:<name@fqdn.org> 250 0 29 26
date time ip1 fqdn ip2 BDAT +<BAY2-F0122fa@hotmail.com> 250 0 79 3333
date time ip1 fqdn ip2 QUIT hotmail.com 240 6359 72 4

The results:

jim@maxine:~> perl news.pl
1111111@hotmail.com 3333
jim@maxine:~>

Work for you?

HTH

Jim


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

Date: Sat, 9 Aug 2003 06:54:17 -0500
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: Little help with While loop please?
Message-Id: <slrnbj9o79.5i1.tadmc@magna.augustmail.com>

Allister <allistah@hotmail.com> wrote:

> I need to parse these lines looking for the first word of
> FROM so I can get the senders email address.  Then I need to walk a
> few more lines down looking for BDAT or DATA to get the size of the
> message where 3333 is the message size below.  Then just output these
> two out to STDOUT on the same line.


> Does anyone have any example code or anything that I could look at to
> do this? 


------------------------------------------
#!/usr/bin/perl
use strict;
use warnings;

while ( <DATA> ) {
   next unless /FROM:<([^>]*)/;
   my $adr = $1;

   my $size;
   while ( <DATA> ) {
      if ( / (DATA|BDAT) / ) {
         $size = (split)[-1];
         last;
      }
   }

   print "adr: $adr   size: $size\n";
}

__DATA__
date time ip1 fqdn ip2 EHLO +hotmail.com 250 0 314 16
date time ip1 fqdn ip2 MAIL +FROM:<1111111@hotmail.com> 0 0 45 32
date time ip1 fqdn ip2 RCPT +TO:<name@fqdn.org> 250 0 29 26
date time ip1 fqdn ip2 BDAT +<BAY2-F0122fa@hotmail.com> 250 0 79 3333
date time ip1 fqdn ip2 QUIT hotmail.com 240 6359 72 4
------------------------------------------


-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


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

Date: Sat, 09 Aug 2003 10:40:47 -0400
From: Martin Glaude <martin@simaltech.com>
Subject: mod_perl - CGI params are undef on large queries
Message-Id: <VJ7Za.5768$ox5.627089@news20.bellglobal.com>

I have a relatively simple form-handling perl script running under
Apache/2.0.40 (Vanilla RedHat 9 install).

The script runs perfectly fine in all cases when mod_perl is not used.

The script runs fine under mod_perl so long as the totally data sent 
along with the post request doesn't exceed ~1k.

A large data field exists (or several smaller ones, I suppose), calls to
$query->param('whatever') return no data, no matter what field is
checked.  Note:  This happens on the very first query to a freshly 
reloaded server, so I don't think it's a variable scope problem that can 
happen in mod_perl.

I am quite perplexed.  Is there a switch or parameter that needs to be
set to increase the memory allocation?  Is there a bug in my build of
Apache?

The site's running fine under plain perl right now, but traffic will
be ramping up very quickly, very soon, and I'd like to get mod_perl
working properly by then.

Any tips someone could suggest would be greatly appreciated.



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

Date: Sat, 09 Aug 2003 06:08:23 +0000
From: dominant <member32241@dbforums.com>
Subject: Re: Perfect perl IDE!
Message-Id: <3220342.1060409303@dbforums.com>


i found the PerlWiz 1.3.2

Is it good?

--
Posted via http://dbforums.com


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

Date: Sat, 09 Aug 2003 08:59:53 +0100
From: prsjm3qf <steve@caralan.co.uk>
Subject: PERL, FTP and Browser Upload
Message-Id: <3F34A9F9.419CAD8B@caralan.co.uk>

Hello out there,
                      I'm a bit of a Perl newbie and have dropped for
the job of writing a file upload system.
I've tried various HTTP solutions with form ACTION=POST but have found
it unreliable for large files because of server timeout errors and
anyway, it's a protocol not really designed for the job.
I'm now thinking that the grown up way to do it has got to be with  FTP.

I'd love to get them all to use an ftp client but realistically its not
going to happen so I want  to have users select files in their browser
from their local system, press a button and Binary FTP the files into a
pre created directory on an ftp server. There seem to be various scripts
around that say they do this but on closer inspection they start getting
a bit vague and I'm not convinced that they are actually using FTP as
opposed to HTTP.

Can anyone point me to a Perl CGI FTP script that will do this - doesn't
matter if it's a commercial one cos this is worth paying for if it does
the job. Failing that can anyone give me some pointer ideas on how to
start writing my own so I can set off in the right direction.


Thanks for any help

Steve@caralan.co.uk





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

Date: Sat, 9 Aug 2003 15:51:36 +0200
From: "Christian Winter" <thepoet@nexgo.de>
Subject: Re: PERL, FTP and Browser Upload
Message-Id: <bh35a9.170.1@hamster.a-zA-Z0-9.de>

"prsjm3qf" <steve@caralan.co.uk> schrieb:
> Can anyone point me to a Perl CGI FTP script that will do this - doesn't
> matter if it's a commercial one cos this is worth paying for if it does
> the job. Failing that can anyone give me some pointer ideas on how to
> start writing my own so I can set off in the right direction.

Hi,

i think you mixed up two things here.
On the one side there are local files that have to be transferred
to the server.
On the other side there are cgi scripts that run on the
remote server.
The only interaction between browser and script can be over http.

If you want to ftp the files from the local system to
the remote server, you have to use a client side program
that talks ftp.
If you want to do that from within the browser, you must
use any of the available client side scripting features your
browser understands.

Which are, honestly said, not many. Maybe you should
go for a Java FTP Applet you can preconfigure and include
in your website. But you certainly can't do this with cgi
scripts (at least if you don't want to install a cgi-capable
webserver on every client system).

HTH
-Christian


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

Date: Sat, 9 Aug 2003 00:09:43 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Print - format /  presentation question
Message-Id: <vu_Ya.5599$ox5.577288@news20.bellglobal.com>


"Eric J. Roode" <REMOVEsdnCAPS@comcast.net> wrote in message
news:Xns93D1D19239CA8sdn.comcast@206.127.4.25...
> "Matt Garrish" <matthew.garrish@sympatico.ca> wrote in
> news:eEWYa.7704$pq5.1094296@news20.bellglobal.com:
> >
> > perl -le 'print("*"x10)."\n"'
>
> Are you just trying to show that you can misuse parentheses, or have you
> forgotten the "if it looks like a function call, it is a function call"
> rule?
>

The point was to show to you why the code you posted didn't work (i.e.,
10."\n" is misinterpreted if you leave out the whitespace). The parentheses
are there to return the . to the operator that it was in the original
example, and still make it work without whitespace (which I thought it was
your intention to show wouldn't)..

> The way I wrote it was an exact copy, modulo whitespace, of what Mothra
> posted.

Which means it was *not* an exact copy.

> I happen to have respect for Mothra, based on his or her posts
> here, which is why I didn't post a flame, and why I felt that nothing
> more than "careful" plus an error dump was needed for Mothra to
> understand that s/he should have known better than to post a quick
> solution without making sure that it was correct.

Regardless, don't you think it might have been helpful to the OP to explain
why you were posting?

> However, I made the mistake of thinking that whitespace didn't matter to
> Mothra's solution.  It does.  Not because of precedence, not because of
> associativity, but because "10." is interpreted as a number, rather than
> a number plus the concatenation operator.

Which breaks the proper associativity of the concatenation operator in the
example posted by Mothra. If you want to look at it as going from an
operator to not an operator that's fine with me, but it's not really here or
there.

> But I didn't think that my mistake warranted a flame.

Actually, there was no intent to flame, I just couldn't figure out why you
would post that error when it was of your own creation (I assumed you knew
why it wasn't working, but hadn't bothered to elaborate). Reread the first
line as a bewildered question rather than as the attack you seem to think it
is. As I've said, it made no sense why you were posting that error other
than to try and show how you could break his code, which isn't the most
challenging thing to do in Perl.

Matt




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

Date: 9 Aug 2003 04:36:41 GMT
From: sholden@flexal.cs.usyd.edu.au (Sam Holden)
Subject: Re: Print - format /  presentation question
Message-Id: <slrnbj8uip.kau.sholden@flexal.cs.usyd.edu.au>

On Sat, 9 Aug 2003 00:09:43 -0400,
	Matt Garrish <matthew.garrish@sympatico.ca> wrote:
> 
> "Eric J. Roode" <REMOVEsdnCAPS@comcast.net> wrote in message
> news:Xns93D1D19239CA8sdn.comcast@206.127.4.25...
>> "Matt Garrish" <matthew.garrish@sympatico.ca> wrote in
>> news:eEWYa.7704$pq5.1094296@news20.bellglobal.com:
>> >
>> > perl -le 'print("*"x10)."\n"'
>>
>> Are you just trying to show that you can misuse parentheses, or have you
>> forgotten the "if it looks like a function call, it is a function call"
>> rule?
>>
> 
> The point was to show to you why the code you posted didn't work (i.e.,
> 10."\n" is misinterpreted if you leave out the whitespace). The parentheses
> are there to return the . to the operator that it was in the original
> example, and still make it work without whitespace (which I thought it was
> your intention to show wouldn't)..

Since it won't work with those parentheses that was a pretty silly way
of going about it.

>> However, I made the mistake of thinking that whitespace didn't matter to
>> Mothra's solution.  It does.  Not because of precedence, not because of
>> associativity, but because "10." is interpreted as a number, rather than
>> a number plus the concatenation operator.
> 
> Which breaks the proper associativity of the concatenation operator in the
> example posted by Mothra. If you want to look at it as going from an
> operator to not an operator that's fine with me, but it's not really here or
> there.

It is important. There is no "." operator in the code, thus associativity
has nothing to do with it.

In fact the 'x' operator has higher precendence than the '.' operator,
so precendence can not be the issue.

-- 
Sam Holden



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

Date: Sat, 9 Aug 2003 01:56:49 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Print - format /  presentation question
Message-Id: <X20Za.5624$ox5.591965@news20.bellglobal.com>


"Sam Holden" <sholden@flexal.cs.usyd.edu.au> wrote in message
news:slrnbj8uip.kau.sholden@flexal.cs.usyd.edu.au...
>
> Since it won't work with those parentheses that was a pretty silly way
> of going about it.
>

C:\>perl -le "print('*'x10).'\n'"
**********

C:\>

What doesn't work?

Matt




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

Date: 9 Aug 2003 06:23:52 GMT
From: sholden@flexal.cs.usyd.edu.au (Sam Holden)
Subject: Re: Print - format /  presentation question
Message-Id: <slrnbj94ro.ee2.sholden@flexal.cs.usyd.edu.au>

On Sat, 9 Aug 2003 01:56:49 -0400,
	Matt Garrish <matthew.garrish@sympatico.ca> wrote:
> 
> "Sam Holden" <sholden@flexal.cs.usyd.edu.au> wrote in message
> news:slrnbj8uip.kau.sholden@flexal.cs.usyd.edu.au...
>>
>> Since it won't work with those parentheses that was a pretty silly way
>> of going about it.
>>
> 
> C:\>perl -le "print('*'x10).'\n'"
> **********
> 
> C:\>
> 
> What doesn't work?

Well that one uses the wrong quotes, which should have shown you what 
bit doesn't work.

The original was : 
print "*" x10 . "\n";

Adding -l masks the error, but doesn't change the fact that the actual
code snippet isn't equivalent, try:

perl -wle "print('*'x10).'\n'"

For the reason your code doesn't work. (Keeping the '\n' strangeness you
introduced - I assume to get around DOS' command line parsing.) 

perl -le 'print "*" x10 . "\n";'
perl -le 'print("*"x10)."\n"'

do not the same output, make.

-- 
Sam Holden



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

Date: Sat, 9 Aug 2003 02:12:39 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Print - format /  presentation question
Message-Id: <Ph0Za.5631$ox5.593520@news20.bellglobal.com>


"Matt Garrish" <matthew.garrish@sympatico.ca> wrote in message
news:X20Za.5624$ox5.591965@news20.bellglobal.com...
>
> What doesn't work?
>

My mistake. I should have tried without the -l option...

Matt




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

Date: Sat, 9 Aug 2003 02:31:21 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Print - format /  presentation question
Message-Id: <mz0Za.5636$ox5.594616@news20.bellglobal.com>


> "Sam Holden" <sholden@flexal.cs.usyd.edu.au> wrote in message
> news:slrnbj8uip.kau.sholden@flexal.cs.usyd.edu.au...
> >
> > Since it won't work with those parentheses that was a pretty silly way
> > of going about it.
> >

Just to clarify, I thought (mistakenly so) that I didn't need the extra
parentheses from the following:

print(("*"x10)."\n");

since when I ran it from the command line it looked like it produced the
same result.

Matt




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

Date: Sat, 9 Aug 2003 02:47:11 -0400
From: "Matt Garrish" <matthew.garrish@sympatico.ca>
Subject: Re: Print - format /  presentation question
Message-Id: <cO0Za.5641$ox5.595525@news20.bellglobal.com>


"Sam Holden" <sholden@flexal.cs.usyd.edu.au> wrote in message
news:slrnbj94ro.ee2.sholden@flexal.cs.usyd.edu.au...
>
> (Keeping the '\n' strangeness you
> introduced - I assume to get around DOS' command line parsing.)
>

I was just in a rush. It's actually what tipped me off to what was giving
the extra line when I spotted that.

Matt




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

Date: Sat, 9 Aug 2003 07:02:29 -0500
From: tadmc@augustmail.com (Tad McClellan)
Subject: Re: Print - format /  presentation question
Message-Id: <slrnbj9oml.5i1.tadmc@magna.augustmail.com>

Matt Garrish <matthew.garrish@sympatico.ca> wrote:
> "Sam Holden" <sholden@flexal.cs.usyd.edu.au> wrote in message
> news:slrnbj8uip.kau.sholden@flexal.cs.usyd.edu.au...
>>
>> Since it won't work with those parentheses that was a pretty silly way
>> of going about it.
>>
> 
> C:\>perl -le "print('*'x10).'\n'"
> **********
> 
> C:\>
> 
> What doesn't work?


   perl -le "print('*'x10)"

works exactly the same. 

That's a clue, the '\n' part is in void context, it doesn't get output.

Enabling warnings often provides clues.
   

-- 
    Tad McClellan                          SGML consulting
    tadmc@augustmail.com                   Perl programming
    Fort Worth, Texas


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

Date: 8 Aug 2003 22:51:07 -0700
From: ericschultz@wisc.edu (Hammy)
Subject: XML::XSLT Module without LWP
Message-Id: <9b2bc55c.0308082151.6672d66d@posting.google.com>

I'm trying to use the XML::XSLT to do a transformation on an XML using
XSLT file, both of which are on my server. XML::XSLT uses LWP as far
as I know to access XSLT files and this is a problem to due to a
current problem on my hosting company's server with LWP (very
confusing and odd problem) I can load LWP but I can't actually access
anything using it. Anyways I was wondering if anyone know if there is
a way to use XML::XSLT and have it NOT use LWP? Thanks for any help.

Eric Schultz


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

Date: Sat, 19 Jul 2003 01:59:56 GMT
From: Bob Walton <bwalton@rochester.rr.com>
Subject: Re: 
Message-Id: <3F18A600.3040306@rochester.rr.com>

Ron wrote:

> Tried this code get a server 500 error.
> 
> Anyone know what's wrong with it?
> 
> if $DayName eq "Select a Day" or $RouteName eq "Select A Route") {

(---^


>     dienice("Please use the back button on your browser to fill out the Day
> & Route fields.");
> }
 ...
> Ron

 ...
-- 
Bob Walton



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

Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 6 Apr 01)
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.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.

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 V10 Issue 5338
***************************************


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