lready have that in Perl 5?
if ( /\G\s+/gc ) {# whitespaces
}
elsif ( /\G[*/+-]/gc ) { # operator
}
elsif ( /\G\d+/gc ) {# term
}
elsif ( /\G.+/gc ) { # unrecognized token
}
--
Tad McClellan SGML consu
On Fri, May 04, 2001 at 11:51:43AM -0400, John Porter wrote:
> @pi are square;
Pi are round. Cake are square.
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
illustrative, no?)
I like to use sorting filenames based on the file's size as an example.
Nothing like throwing some disk accesses into it if slow is what
you seek.
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
it yet:
"Natural Language Principles in Perl"
http://www.wall.org/~larry/natural.html
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
nce between the gunnel and the waterline.
(with which is gunnel and which is waterline open to debate, it appears :-)
Poor planning. Let's not do that again.
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
flower heads.
Seems applicable:
Has the phonetic equivalent thing going.
Perl 6 is to be "the last Perl".
And we could claim to drink margaritas instead of coffee/cola/Jolt.
I suggest we refrain from doing anything with that "phalis"
part though...
:-)
-
Lists"
that includes yet more non6 lists.
You made a mistake. Apologize and do it right from now on, don't
try and wiggle out of it.
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
y. That should be:
#!/usr/bin/perl -w
use strict;
And if you are using s, make that:
#!/usr/bin/perl -wT
use strict;
Type:
perldoc perlrun
perldoc perlsec
to find about about the '-wT' part.
Type:
perldoc strict
perldoc -f my
do find out about the "use stri
e'd be keen too... :-)
Would that be a Sacred Decoder?
Would that be a Secret Decoder?
Maybe it's not even a typo.
Is it an attempt to create a new word so that you can be
enshrined in etymologies throughout the world?
--
Tad McClellan SGML consulting
[EMAIL PROTECTED] Perl programming
Fort Worth, Texas
On Mon, Oct 02, 2000 at 10:59:46PM +0200, Bart Lateur wrote:
> On Mon, 2 Oct 2000 13:54:47 -0400, Tad McClellan wrote:
>
> >> Improperly nested tags, or one character it
> >> doesn't recognize... and the parser says "nyet".
> >
> >I read
ith an XML DTD.
It only needs to "map" (be translatable) to an XML DTD.
Authors get to write in POD.
Some program turns it into XML.
Readers get to have their way with it.
--
Tad McClellan SGML consulting
[EMAIL PROTECTED]
t; 10) { print $i; print $j; }
or
while ($i < 10) { print $i; } print $j;
???
How is perl to know?
> I know that some will tell that when the condition is more complicated this
more complicated than it is worth, it seems to me.
--
Tad McClellan
On Wed, Sep 06, 2000 at 02:51:03PM +0200, Willy wrote:
> Does anyone know how can i
[snip]
> How can i do??
You cannot do this in perl6 because perl6 does not yet exist.
Please do not abuse this mailing list with off-topic questions.
Thank you.
--
Tad McC
13 matches
Mail list logo