On Thu, 9 Aug 2012 15:17:57 +0800 (SGT)
venki neeli <[email protected]> wrote:
> What may be the problem? is it with version of perl? or perl module
> problem?
It may be a difference in the shell. When there are metacharacters
present, system uses sh(1) to interpret them. Try this on your
machines to see if they're the same:
ls -l `which sh`
See `perldoc -f system` for details.
--
Just my 0.00000002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
_Perl links_
official site : http://www.perl.org/
beginners' help : http://learn.perl.org/faq/beginners.html
advance help : http://perlmonks.org/
documentation : http://perldoc.perl.org/
news : http://perlsphere.net/
repository : http://www.cpan.org/
blog : http://blogs.perl.org/
regional groups : http://www.pm.org/
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/