Help for this page
($base_string =~ /^#/ ? ($foo = $') : $bar) = $base_string;
$base_string =~ /^#/ ? ($foo = $') : ($bar = $base_string);