Help for this page

Select Code to Download


  1. or download this
    foreach my $file ( @filelist ) {
        my $FILE_URL = qq ( $URL/$file );
    ...
        die "error $status" if $status != AZ_OK;
        print $string;
    }