
shawnhcorey
Enthusiast

May 26, 2010, 9:33 AM
Post #2 of 6
(6681 views)
|
Re: [barryk] Problem with Perl 'system' comand
[In reply to]
|
Can't Post
|
|
Does the system command call it as a string or a list. As a string, it starts a shell, which may change the environment depending on the user. Normally, it uses the POSIX shell, sh(1). __END__ I love Perl; it's the only language where you can bless your thingy. Perl documentation is available at perldoc.perl.org. The list of standard modules and pragmatics is available in perlmodlib. Get Markup Help. Please note the markup tag of "code".
|