Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: comparison between system operators and Built in function

by blazar (Canon)
on Jan 19, 2006 at 09:13 UTC ( [id://524160]=note: print w/replies, xml ) Need Help??


in reply to Re: comparison between system operators and Built in function
in thread comparison between system operators and Built in function

But, when you use those functions, it will be executed by the shell, and the value will be returned.

Really?

q:~ [10:07:26]$ ps U blazar PID TTY STAT TIME COMMAND 11831 ? S 0:00 sshd: blazar@pts/0 11838 pts/0 Ss 0:00 -bash 11857 pts/0 R+ 0:00 ps U blazar q:~ [10:07:32]$ perl -e 'system qw/sleep 600/' [1]+ Stopped perl -e 'system qw/sleep 600/' q:~ [10:08:09]$ ps U blazar PID TTY STAT TIME COMMAND 11831 ? S 0:00 sshd: blazar@pts/0 11838 pts/0 Ss 0:00 -bash 11908 pts/0 T 0:00 perl -e system qw/sleep 600/ 11909 pts/0 T 0:00 sleep 600 11922 pts/0 R+ 0:00 ps U blazar

I don't see additional shells...

(To the benefit of the OP) this "detail" apart, indeed system calls are expensive.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://524160]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found