Help for this page

Select Code to Download


  1. or download this
    my $var = `system_command`;
    
  2. or download this
    my $var = qx/system_command/;