Michael C. Toren on Mon, 2 Jun 2003 12:57:16 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: scalar / list context weirdness


>     my @indices = `/bin/ls papers/*html`;

In addition to the s/// solution that Doug mentioned, you may also
want to try:

	my @indices = <papers/*html>;

-mct
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**