Help for this page

Select Code to Download


  1. or download this
    my @paths_to_images = ("/webpics/originals/",
                           "/webpics/itemthumb/",
                           "/webpics/itemmed/");
    
  2. or download this
    foreach my $dir (@paths_to_images)
    {
        # Call the code you have for one directory now
    }