Help for this page

Select Code to Download


  1. or download this
    if (! -e $file) {
        die "Uhoh - '$file' does not exist.";
    };
    
  2. or download this
    use Data::Dumper;
    print Dumper \@file_info;
    
  3. or download this
    my $file = "C:\\boot.ini";
    print $file;