[24379] in Perl-Users-Digest
Perl-Users Digest, Issue: 6568 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Sat May 15 14:05:35 2004
Date: Sat, 15 May 2004 11:05:03 -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, 15 May 2004 Volume: 10 Number: 6568
Today's topics:
Dynamic Menus in Perl <worIoq@iprimus.com.au>
Q: using perldoc to read a file (Malcolm Dew-Jones)
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Sun, 16 May 2004 02:37:04 +0930
From: "Timothy Casey" <worIoq@iprimus.com.au>
Subject: Dynamic Menus in Perl
Message-Id: <40a64e8a_1@news.iprimus.com.au>
I am wondering if dynamic (multi-tiered dropdown/fold-out) menus are
possible to impliment using a cgi/perl script. A problem with CSS & large
sites is remembering to edit the menu on every page! I imagine that a
reference to a single perl script might simplify things.
If so, are there any sample code/tutorials, and what property or code can be
implimented to allow the display of a menu to appear above and across frame
boundaries.
Alternatively, can a perl script be set up so that it does not have to be
reloaded as the user browses from one page to another referencing the same
script?
Thanks in Advance...
=~=
Timothy Casey
South Australia
worloq@iprimus.com.au
Formerly:
casey@smart.net.au
Phenomenal Speed Comprehension:
Discover the World's most advanced speed reading application at:
http://www.fieldcraft.biz/shop/
------------------------------
Date: 15 May 2004 09:36:34 -0800
From: yf110@vtn1.victoria.tc.ca (Malcolm Dew-Jones)
Subject: Q: using perldoc to read a file
Message-Id: <40a64712@news.victoria.tc.ca>
I wish to use perldoc to read a file formatted as a pod.
According to perldoc -h, I should be able to use -F to indicate the
argument is a filename, but this only seems to work some of the time.
$ perldoc -F ./pod.pod
Cannot find blib even in /home/malcolm/src/template/../../../../..
BEGIN failed--compilation aborted at (eval 2) line 1.
...propagated at /usr/bin/perldoc line 165.
Most annoyingly, this seems to bite me exactly when I'm working on
unfinished perl code. Perldoc will happily find and format a pod format
file when I'm working in most any other directory that I'm not using for
perl code.
$ cp pod.pod ~
$ cd ~
$ perldoc pod.pod # don't even have to say it's a file
-document formats as expected-
So, what gives?
------------------------------
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.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
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 6568
***************************************