query in Print

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kriz4321
    New Member
    • Jan 2007
    • 48

    query in Print

    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?
  • kriz4321
    New Member
    • Jan 2007
    • 48

    #2
    Hi all,

    I got a solution how to print a square shape box but still I cont find the solution for converting .pl to exe files...

    Thanks

    Comment

    Working...