use strict; use warnings; use perl::net::Utils; my $path ='\perl\net\Utils.pm'; if (-e $path) { print "$path exists\n"; } #more code here