Help for this page

Select Code to Download


  1. or download this
    my $uploads = getfiles();
    
    for my $uploaded_file (@$uploads) {
        print "Filename: $uploaded_file\n";
    }
    
  2. or download this
        ...snip...
        return @uploads;
    }
    
    my @uploads = getfiles()