Special characters, string starts with '/'

 
#
# Special characters, make sure that $flag_value starts with a '/'
#
if( $flag_value !~ /^\/.*/ )
  {
    $flag_value = "/" . $flag_value;
  }