Re: Mutating methods

2004-03-11 Thread Matthew Walton
'. Anyway, thankyou for listening, I shall return now to watching in awe. Matthew

Re: UTF-8 and Unicode FAQ, demos

2002-11-05 Thread Matthew Zimmerman
and has a little bit of config tweaking yet to do. ;) -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: UTF-8 and Unicode FAQ, demos

2002-11-04 Thread Matthew Zimmerman
On Sun, Nov 03, 2002 at 09:41:44AM -, Rafael Garcia-Suarez wrote: Matthew Zimmerman wrote in perl.perl6.language : So let me make my original question a little more general: are Perl 6 source files encoded in Latin-1, UTF-8, or will Perl 6 provide some sort of translation mechanism

Re: UTF-8 and Unicode FAQ, demos

2002-11-02 Thread Matthew Zimmerman
, or will Perl 6 provide some sort of translation mechanism, like specifying the charset on the command line? -- Matt Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu/~mdz4c/

Re: UTF-8 and Unicode FAQ, demos

2002-11-01 Thread Matthew Zimmerman
actually want to use one of these ops, do I put 0xAB op 0xBB or 0xC2AB op 0xC2BB ? -- Matt, who'd never thought he'd have to do hex dumps to debug his Perl programs ;) -- Matthew Zimmerman Interdisciplinary Biophysics, University of Virginia http://www.people.virginia.edu

Re: RFC 269 (v1) Perl should not abort when a required file yields a false value

2000-09-21 Thread Matthew Wickline
(offlist) If I had a qoute file for a raondom sig generator, this would surely be added. :) Some languages like to have the compiler emit annoying messages to announce you forgot to include some pointless code whose only purpose is to stop the compiler from emitting the annoying message.

Re: RFC 270 (v1) Replace XS with the CInline module as the standard way to extend Perl.

2000-09-21 Thread Matthew Cline
Way To Do It? ;-) -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: RFC 163 (v2) Objects: Autoaccessors for object data structures

2000-09-17 Thread Matthew Cline
On Sun, 17 Sep 2000, Perl6 RFC Librarian wrote: This example shows how much easier it would have been to write the example on line 170 of perltoot.pod: package Person; use strict; ## ## the object constructor (simplistic

Re: access to pod/doc text by code

2000-08-08 Thread Matthew Persico
part, not traipsing through the file parsing for POD. It might make an interesting Benchmark test. -- Matthew O. Persico "If you were supposed to understand it, we wouldn't call it code." - FedEx NetZero Free Internet Access and Email_ Download No

Re: Object oriented Perl6?

2000-08-02 Thread Matthew Persico
pic. Hard as that is to do... --tom -- Matthew O. Persico "If you were supposed to understand it, we wouldn't call it code." - FedEx NetZero Free Internet Access and Email_ Download Now http://www.netzero.net/download/index.html Request a CDROM 1-800-333-3633 ___

Re: RFC: On-the-fly tainting via $^T

2000-08-01 Thread Matthew Cline
On Tue, 01 Aug 2000, Dan Sugalski wrote: At 11:57 PM 7/31/00 -0700, Matthew Cline wrote: Something else which might be useful for tainting would be something like: taint_var($foo); no_taint_var($bar); With this, any value assigned to $foo would become tainted, and any value

Re: perl 6 requirements

2000-08-01 Thread Matthew Persico
ay Supreme Court on this one and that this was the whole point of all these groups and Perl6 - get Larry out from under all the piles of responsibility and to make Perl truck-proof. ;_) -- Matthew O. Persico "If you were supposed to understand it, we wouldn't call it code." - FedEx

Re: RFC: On-the-fly tainting via $^T

2000-08-01 Thread Matthew Cline
become tainted, and any value assigned to $bar would become untainted. Also: my $fh = new FileHandle("trusted_config_file"); $fh-setTrusted(1); Then anything read from $fh wouldn't be tainted, rather than having to untaint every single thing read from $fh. -- Mat

<    1   2