#!/usr/bin/perl -w
######################################################################
# obscuretest.pl
######################################################################
# Perl Power! - Michael Schilli 1998
######################################################################

use Obscure;

Obscure::obscure();    # this is where the error will be triggered

