Ãëàâíàÿ ñòðàíèöà


ru.perl

 
 - RU.PERL ----------------------------------------------------------------------
 From : Albert N. MICHEEV                    2:5049/80      16 Apr 2000  23:13:17
 To : Ilja
 Subject : qw
 -------------------------------------------------------------------------------- 
 
 
 Ïpèâåò Ilja!
 ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
 Îòâå÷àÿ íà ïèñüìî Ilja ê All îò <16 Àïp 00>:
 
  >> Ä v5.6.0
  I>  @_ = map {$_ + 1} qw/5 2 7 0 7 7/;
 
 ß ñïpàøèâàë íå *êaê* ñäåëàòü, à *ïî÷åìy* âûëàçèò îøèáêà, íà÷èíàÿ ñ v5.6
 
 @_ = map{ $_ += 1; }qw/5 2 7 0 7 7/;
 Exception: Modification of a read-only value attempted at 1.pl line 1
 
 @_ = map{ $_ += 1; } (5,2,7,0,7,7);
 Exception: Modification of a read-only value attempted at 1.pl line 1
 
 @_ = map{ $_ += 1; } 1..6;
 Exception not found
 
 @_ = map{ $_ += 1; } split / /, '5 2 7 0 7 7';
 Exception not found
 
 --- ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
  * Origin: LuckyPhantom, Kazan (2:5049/80)
 
 

Âåðíóòüñÿ ê ñïèñêó òåì, ñîðòèðîâàííûõ ïî: âîçðàñòàíèå äàòû  óìåíüøåíèå äàòû  òåìà  àâòîð 

 Òåìà:    Àâòîð:    Äàòà:  
 qw   Albert N. MICHEEV   15 Apr 2000 20:37:46 
 Re: qw   Ilja   16 Apr 2000 20:14:15 
 qw   Albert N. MICHEEV   16 Apr 2000 23:13:17 
 Re: qw   Dmitriy Goldobin   17 Apr 2000 09:12:13 
 qw   Albert N. MICHEEV   17 Apr 2000 11:07:31 
 Re: qw   Dmitriy Goldobin   18 Apr 2000 11:26:51 
 Re: qw   Artem Chuprina   18 Apr 2000 16:21:31 
 qw   Albert N. MICHEEV   18 Apr 2000 19:16:53 
 Re: qw   Artem Chuprina   19 Apr 2000 12:15:09 
Àðõèâíîå /ru.perl/185938fa126f.html, îöåíêà 3 èç 5, ãîëîñîâ 10
ßíäåêñ.Ìåòðèêà
Valid HTML 4.01 Transitional