[ john dumas writes: ]
[ Really, john, you shouldn't quote someone without attributing the quote. ]
> [ Daniel A. Nichols writes: ]
> > @archive_dirs = (</usr/local/majordomo/Archives/*>);
> ...................^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> I'm only a newbie to majordomo (an a Perl virgin), but I
I'll try to be gentle. :-)
> don't think that this is a valid string expression!
> (Experienced folks please correct me if wrong)
Hey, are you calling me a Perl slut?!! :-)
> Where are the quotes and why the brackets?
Check in your Perl references for "file globbing". Since the
majordomo.cf file (where this statement appears) is eval'ed by perl
(whereas the list.config file is merely parsed and interpreted by
config_parse.pl), any valid Perl expression is allowed, not just literal
string expressions. Of course, some make more sense than others, but the
file globbing expression shown makes perfect sense in this case.
--
Dave Wolfe *Not a spokesman for Motorola* (512) 891-3246
Motorola MMTG 6501 Wm. Cannon Dr. W. OE112 Austin TX 78735-8598
References:
|
|