Hello Rob, I just want to find out whether command("mk_view $view_name ETC") is properly running or not. In order to acieve this I have written this code.
Please suggest what needs to be done to get the proper output. Please help Regards Irfan. -----Original Message----- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 8:36 PM To: beginners@perl.org Subject: Re: Help in system function [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/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/