perl-5.8.0@ton.iguana.be (via RT) wrote: > Below is an updated version of shellwords.pl with the following > changes: Thanks, applied as #23681 to blead. > - keep taint > - use the local *_ = ref trick to defeat tied $_ > - use my variables instead of local, and drop the now unneeded internal > package > - use \A instead of ^ in the regexes (in case $* still exists and works) > - add a s modifier to the regexes using ., so that newlines can be escaped > - don't advise &fun style calls in the usage sectionThread Previous | Thread Next