- Jan 2, 2006
- 10,455
- 35
- 91
I've never run a perl script before so I'm probably missing something.
Installed ActivePerl. Windows 7.
I've got a script called pictures.pl. It takes a bunch of jpgs in the same directory, reads their filenames, and generates links to these images based off of an html template page.
So the html page that we're trying to create is a photo gallery with a grid of thumbnails. The script reads the filenames and then creates img src links into this html page so that the thumbnails will show.
I double click on the pictures.pl and a command line window briefly pops up and disappears. Nothing happens. No new files are created. The file is being opened with Perl Command Line Interface.
Installed ActivePerl. Windows 7.
I've got a script called pictures.pl. It takes a bunch of jpgs in the same directory, reads their filenames, and generates links to these images based off of an html template page.
So the html page that we're trying to create is a photo gallery with a grid of thumbnails. The script reads the filenames and then creates img src links into this html page so that the thumbnails will show.
I double click on the pictures.pl and a command line window briefly pops up and disappears. Nothing happens. No new files are created. The file is being opened with Perl Command Line Interface.