Hi,
I want to read the content of a hidden folder like
$path = '/home/user/.gnome2/folder/folder';
in a list but with
opendir(DIR, "$path") || die "folder not found" $!;
I got an error message.
Thanks for the help!
guba
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For addition
I am looking for an easy way to display images in full resolution of a
given (yet unknown) display system (LCD or projector). Like a slide
show program the images should be shown d secs and then the next image
of a given list is shown. Ideal would be some kind of cross fading
between the images.
T