$page =~ /push_delayed_image\(([^,]+)/; my $wanted = $1; #### if ($page =~ /push_delayed_image\(([^,]+)/) { my $wanted = $1; ... }