[PerlQuotes Logo]

tinita.home
Contribute a PerlQuote
Search for Quotes
Fortune - Get all quotes as a text file

PerlQuotes 2001

1989 1990 1991 1992 1998 1999 2000 2001 2002 2003 2004

-------
Bjoern Hoehrmann (<bjoern {at} hoehrmann.de>)
Re: problem beim splitten (plain)
Thu, 16 Aug 2001 01:15:41 +0200
de.comp.lang.perl.misc
* Joerg Plate wrote in de.comp.lang.perl.misc:
>Wie wäre es mit:
>
>        $string = q(131500); substr($string,4,0)=":"; substr($string,2,0)=":";

Was ja so viel anders ist, als mein wesentlich lesbareres

  substr$z=>$_=>0=>':'for 2,5;

Fragezeichen.

This article at Google
-------
-------
Mark Jason Dominus (<mjd {at} plover.com>)
Re: Eval, the $ string, backslash escaping, and the adventures thereof
Fri, 08 Jun 2001 14:34:03 GMT
comp.lang.perl.misc
An XY problem is when you want to do X, but you ask how to do Y
instead, because you've decided that Y is the best way to accomplish X.
This article at Google
-------