neXussT has asked for the wisdom of the Perl Monks concerning the following question:
Thanks ;)$id='TEST TEST'; print "$id\n"; @filename_filter=('*','|','<','>','?','/'); $id =~ s/[@filename_filter]//g; print "$id\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How do I stop this from removing spaces?
by toolic (Bishop) on Jun 25, 2010 at 01:27 UTC | |
Re: How do I stop this from removing spaces?
by ikegami (Patriarch) on Jun 25, 2010 at 03:18 UTC | |
Re: How do I stop this from removing spaces?
by AnomalousMonk (Archbishop) on Jun 25, 2010 at 01:27 UTC | |
Re: How do I stop this from removing spaces?
by ww (Archbishop) on Jun 25, 2010 at 01:53 UTC | |
Re: How do I stop this from removing spaces?
by chuckbutler (Monsignor) on Jun 25, 2010 at 01:58 UTC | |
Re: How do I stop this from removing spaces?
by Anonymous Monk on Jun 25, 2010 at 01:28 UTC | |
Re: How do I stop this from removing spaces?
by colwellj (Monk) on Jun 25, 2010 at 01:26 UTC | |
Re: How do I stop this from removing spaces?
by Xiong (Hermit) on Jun 28, 2010 at 12:40 UTC | |
by neXussT (Initiate) on Jun 28, 2010 at 23:18 UTC | |
Re: How do I stop this from removing spaces?
by neXussT (Initiate) on Jun 25, 2010 at 21:37 UTC |