Help for this page

Select Code to Download


  1. or download this
      my $Command = $1; # EXEC Command - defined earlier
      my $Request_id = $2;
    
  2. or download this
      my($Command,$Request_id) = @_;