Re: perl to build html

2001-06-03 Thread srl
;; that might give you something useful. If you want to use Perl in a plain CGI, something like this in your CGI will be what you want: opendir (DIR, '/my/mp3/dir') or die; while (defined ($file = readdir (DIR) )) { print "$file\n"; } (This isn't complete co

Re: Clarification - Re: Include directory as location of perl script

2001-04-27 Thread srl
surprised > how many of the questions raised here can be solved by a quick glance there. The Perl Cookbook (O'Reilly Press) is also good for solving many of the problems that seem to come up here. srl -- Shane R. Landrum [EMAIL PROTECTED] we generate our own light to compensate for

Re: Parsing newbie

2001-04-22 Thread srl
, I tend to forget some > scriplet I wrote just weeks ago. 1> That's why to use CPAN. 2> Elaborate documentation is your friend. :) srl -- Shane R. Landrum [EMAIL PROTECTED] we generate our own light to compensate for the lack of light from above -AD GPG public key: http://cs.smith.edu/~slandrum/srl_pgpkey.txt