http://www.perlmonks.org?node_id=672639


in reply to Re^2: Traversing SVN Tree
in thread Traversing SVN Tree

This line is reading in the file contents:
my $perl = read_file( $_ );
If you don't want to read the file contents, then just remove that line.