Help for this page

Select Code to Download


  1. or download this
    my $updString = " desc table; ";
    my $command = qx[$updString | sqlplus -s userconn/passconn\@d2b];
    system ("$command");
    
  2. or download this
    sh: Syntax error at line 2 : `|' is not expected.