in reply to Re: Re: Web-Safe Color Chart
in thread Web-Safe Color Chart
I guess the part that puzzled me is that glob *usually* interacts with the filesystem. glob("*.pl") will return list of perl scripts in your cwd.... why aren't the values above checked against the filesystem for actual files?#!/usr/bin/perl print map "$_\n", glob("{A,B,C}{a,b,c}");
Update: The code above came from Re (tilly) 2: Sort of like a file handle, but not.
-Blake
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Web-Safe Color Chart
by trantor (Chaplain) on Oct 05, 2001 at 14:56 UTC |