--- trunk/lib/VZ.pm 2008/03/30 12:48:18 46 +++ trunk/lib/VZ.pm 2008/08/14 22:47:54 49 @@ -88,7 +88,7 @@ open( my $cfgs, 'find /etc/vz/conf -maxdepth 1 -name "*.conf" |' ) || die "can't run find: $!"; while(<$cfgs>) { chomp; - if ( m#^.+/(\d+)\.conf$# ) { + if ( m{^.+/(\d+)\.conf$} ) { if ( -d "$vz_root/private/$1" ) { push @c, $1; } else {