3 #==============================================================================
5 # COPYRIGHT : (C) Yann Dirson <ydirson at altern dot org>.
6 #==============================================================================
8 # This software falls under the GNU general public license version 3 or later.
9 # It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
10 # in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
12 ###############################################################################
20 DATA_BEGIN
=> "\x{2}",
22 DATA_ESCAPE
=> "\x{1B}",
27 open (OUTPUT
, ">&STDOUT");
31 print OUTPUT DATA_BEGIN
, 'verbatim:', $str, DATA_END
;