read the content of a hidden folder in a list

2011-05-08 Thread g...@vi-anec.de
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

how to display images like in a slide show

2009-01-19 Thread g...@vi-anec.de
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