The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

  use lib::http 'debug' ;
  use XML::Smart ;

  print "__________________________________________\n" ;

  foreach my $Key (sort keys %INC ) {
    print "$Key = $INC{$Key}\n" ;
  }
  
  print "__________________________________________\n" ;

  print "\nHello World!\n" ;
  
  exit;