#if ($sqlline =~ /^=/) { # Convert the output to record view if prefixed by = # $sqlline =~ s/^=//; # trim off the = if ($sqlline =~ s/^=//) { # trim off '=' and convert record view if prefixed by = $rsql = 1; }