in reply to Re^2: creating an xml file from perl
in thread creating an xml file from perl
And if you really meant to chop off the extension, you'd doprint qq(<item id="$t" imageURL="/images/$filename" /> \n);
print qq(<item id="$t" imageURL="/images/$nfile" /> \n);
|
|---|