for $key (sort keys %ENV)
 {
   print "$key = $ENV{$key}\n";
 }

Page 155 of learning perl 1st (purple) edition.

Curtis

Margie New said:
> Is there a Perl function similar to php's phpinfo()
> that echos or returns a complete synopsis of the Perl
> configuration core? We are trying to determine whether
> the MySQL DBI/DBD module is accessible to Perl on a
> Linux server.
> Will appreciate any help on this.
> -- Margie New
>
> =====
> Margie New
> 5503 Lands End
> Austin, Texas 78734
> (512) 266-3947
> e-mail: [EMAIL PROTECTED]
>
> __________________________________________________
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
>
> ---------------------------------------------------------------------
> Before posting, please check:
>   http://www.mysql.com/manual.php   (the manual)
>   http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]> To
> unsubscribe, e-mail
> <[EMAIL PROTECTED]> Trouble
> unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to