#!perl

package
  pdummydummy;
#ABSTRACT: dummy dummy script file

use strict;
use warnings;
$|=1;
print $ENV{PATH}, "\n";

__END__

=pod

=encoding UTF-8

=head1 NAME

pdummydummy - dummy dummy script file

=head1 VERSION

version 0.0006

=head1 AUTHOR

Chris Williams <chris@bingosnet.co.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Chris Williams.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
