Perl section woe

2001-02-17 Thread Jie Gao
Hi All, P. 417 of Eagle book has this: Directive is repeated mutiple times If a directive is repeated multiple times with different arguments each time, you can represent it as an array of arrays. This example using the AddIcon directive shows how: @AddIcon = ( [

Re: Perl section woe

2001-02-17 Thread Erdmut Pfeifer
On Sat, Feb 17, 2001 at 08:56:40PM +1100, Jie Gao wrote: Hi All, P. 417 of Eagle book has this: Directive is repeated mutiple times If a directive is repeated multiple times with different arguments each time, you can represent it as an array of arrays. This example using

Re: Perl section woe

2001-02-17 Thread Jie Gao
On Sat, 17 Feb 2001, Erdmut Pfeifer wrote: On Sat, Feb 17, 2001 at 08:56:40PM +1100, Jie Gao wrote: %LocationMatch = ( '^/(myscript|cgi-bin)/' = { 'AuthName' = 'Elephant', 'AuthType' = 'Animals', 'AuthDBMUserFile' = '/mydir/userdbm',