$id='TEST TEST'; print "$id\n"; @filename_filter=('*','|','<','>','?','/'); $id =~ s/[@filename_filter]//g; print "$id\n"; [download]
In reply to How do I stop this from removing spaces? by neXussT