3 #=======================================================================
5 # File ID: 65c74694-fafa-11dd-955a-000475e441b9
8 # ©opyleft 2002– Øyvind A. Holm <sunny@sunbase.org>
9 # License: GNU General Public License, see end of file for legal stuff.
10 #=======================================================================
17 our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
26 # Print a debugging message {{{
27 $main::Debug
|| return;
28 my @call_info = caller;
29 chomp(my $Txt = shift);
30 my $File = $call_info[1];
32 $File =~ s
#^.*/(.*?)$#$1#;
33 print(STDERR
"$File:$call_info[2] $$ $Txt\n");