Re: Sorting? [sorted]
Re: Sorting? [sorted]
- Subject: Re: Sorting? [sorted]
- From: Christopher Nebel <email@hidden>
- Date: Fri, 13 Sep 2002 14:28:48 -0700
On Friday, September 13, 2002, at 12:55 PM, Reinhold Penner wrote:
in perl you can substitute "/" by a pipe.
In fact, you can substitute any non-alphanumeric, non-whitespace
character for the slash in any quote construct -- q//, qq//, qx//,
qw//, m//, s///, tr///, and qr// -- though using an actual slash lets
you omit the "m" in "m//". The "Programming Perl" authors seem to be
fond of "#".
--Chris Nebel
AppleScript Engineering
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.