1.I need to print something like this (* in sqare shape)
*************** ******
* 1.S CAUSE *
* *
* 2.M CAUSE *
* *
*************** ******
I dont Know how to print the vertical lines
print "\t \t\tMENU\n\n\n" ;
print " \n *************** *****\n";
print "\n";
print " 1.G CAUSE\n";
print "\n";
print " 2.S CAUSE\n";
print "\n";
print " \n *************** *****\n";
Can you help me out..
one more query
I have program which uses no modules and I want to convert it to a EXE so that everyone can use it.
I downloaded a exe p2man for this purpose.I got it as a ZIP file and then extracted contents
and kept it in C:\perl\lib,sti ll when I try to convert the file it says"perl2exe is not recogonized".
Is there any other way we can do this?
*************** ******
* 1.S CAUSE *
* *
* 2.M CAUSE *
* *
*************** ******
I dont Know how to print the vertical lines
print "\t \t\tMENU\n\n\n" ;
print " \n *************** *****\n";
print "\n";
print " 1.G CAUSE\n";
print "\n";
print " 2.S CAUSE\n";
print "\n";
print " \n *************** *****\n";
Can you help me out..
one more query
I have program which uses no modules and I want to convert it to a EXE so that everyone can use it.
I downloaded a exe p2man for this purpose.I got it as a ZIP file and then extracted contents
and kept it in C:\perl\lib,sti ll when I try to convert the file it says"perl2exe is not recogonized".
Is there any other way we can do this?
Comment