[Moscow.pm] Фокусы с постфиксным if

Alexander Q qalex на ashmanov.com
Вт Апр 14 05:34:29 PDT 2009


#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;

for(1..10) {
	my $t = 'undef' if 0;
	print Dumper $t;
	$t = 'def';
}

-- 
With best regards,
  Alexander Q                         mailto:qalex на ashmanov.com



Подробная информация о списке рассылки Moscow-pm