in reply to Use of uninitialized value in numeric comparison (<=>) error
I'd say that there is a very good chance that the output of that will give you your answer.#!/usr/bin/perl -w use strict; use Data::Dumper::Simple; # Your code goes here print Dumper(@files);
|
|---|