perldoc -f "system"

and it is system("command");

or you could use backticks as in:

$now = "the time is now ".`date`;

i bet someone will comment about the difference between using system and 
backticks (don't backticks capture the standard output?)

-k


And on 9:49am, Ned Cunningham jibba jabba'd:

> What is the proper and best way to use the system command???
> System('command');
> Or
> (system 'command');
> 
> Please help!
> 
> 
> 
> 


_____________________________________
http://quantifier.org GnuPG: 7C828670
georef:    33:54:5.879N 83:19:16.824W
  9:45am  up 3 days, 20:36
Your analyst has you mixed up with another patient.  Don't believe a
thing he tells you.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to