in reply to Re: regex syntax and idomatic Perlin thread regex syntax and idomatic Perl
if ($df_output =~ m[(\d+)%\s+/home$]) { $capacity = $1; } [download]