Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7050355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:08:00+00:00 2026-05-28T03:08:00+00:00

What is the difference between these two usages of system ? $cmd = /my/code.pl;

  • 0

What is the difference between these two usages of system?

$cmd = "/my/code.pl";
$status = system("$cmd $var1");

vs

$cmd = "/my/code.pl";
$status = system("$cmd", "$var1");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:08:00+00:00Added an answer on May 28, 2026 at 3:08 am

    The first (one string) invocation of system runs the system shell to run the command, and (amongst other things) means that the arguments to the command (from $var1) will undergo shell expansion.

    The second version with plural arguments bypasses the system shell and the arguments undergo no further shell processing. It is generally the recommended way of doing things. Note, however, that it means you have to worry about I/O redirection. If that’s an issue, then the first form (used carefully) is simpler. Alternatively, explore CPAN to find modules to assist – there are bound to be some.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the difference between these two pieces of code type IInterface1 = interface
Is there any actual difference between these two lines of code? ini_set('max_execution_time', 20*60); set_time_limit(20*60);
What's the difference between these two blocks of code, when called right after a
What is the difference between these two usages of foreach? foreach ($nodes as $node)
Any difference between these two statements? $(document).ready(function() { // Code }); $(function() { //
What is the difference between these two code snippets: object = nil; [object release]
What is actually the difference between these two casts? SomeClass sc = (SomeClass)SomeObject; SomeClass
1)Is there any difference between these two keywords for the elements of collections??( Copy
Can someone explain the difference between these two, the first one is taken from
Is there any difference between these two LINQ statements: var query = from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.