[EMAIL PROTECTED] wrote:
Hi,

Here is the modified code

$vw=system("mk_view $view_name ETC");

print "$vw\n";

if ($vw)

{ print "view is not created\n";

}

else{

 print "View is created \n";
Please help

And what is the modified problem?

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to