Hi!
I have done a program that's saving data from different machines which I
run from
cron. If the program finds a difference from the the last run it will
save the old file with a
extension _<todays date>.
Now I'm making a web interface that should write the content of those
files on a webpage...
So basically my problem is how do you open a file with a 'wildcard' like
in my example?
ex.
open (INPUT, "xyz_\*") || die print "Couldn't open file...!\n";
Oh and I'm on a Solaris system...
Regards
Håkan Edman