Help for this page
#!/usr/bin/perl use strict; use warnings; ... if ( path( $path )->is_file ) { ... } }