Directory Structure Application Using Perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • talk2mishal
    New Member
    • Sep 2008
    • 8

    #1

    Directory Structure Application Using Perl

    Hi,


    I have to make the application like the Directory Structure in PERL.
    so basically i need to make one page which evaluate all directories and display on page (e.g c:/Program Files/ or D:/soware) then it fetch all directories under c:/ProgramFiles show it on page when i click on that directory it shows me all files n folders under it.


    Questions I have:-

    1)Is it possible in the perl or not?
    2)If this application is possible in the perl then how?
    3)how to make the gui in the perl?
    4)if only perl is not sufficient for this application then should i use the Java with perl for that or not?
    5)if i use the java then in that j2SE or j2EE?
    6)if i use the Frames of the j2se for the gui then how to call it from the perl?
    7)if i use the j2ee then what to use for that (jsp or servlet)?


    Please Help me out,I stucked over here.
    If u have any links which guide me than pls provide that URLS in the reply.
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    You say you are stuck, but you don't show the code that you have been working on or any errors that you have received. This is not a scripting service. Please post your code and tell us what is wrong with it so that we can better help you.

    Regards,

    Jeff

    Comment

    • talk2mishal
      New Member
      • Sep 2008
      • 8

      #3
      here i have write down the stucked it means that i dont know anything about the perl.I have Installed the Perl in my PC and run the Simple applications .

      Now i want to know that how to go with this application.?

      And if i do this application than from your point of view how much time it requires to do this applicatioon in perl?

      please help me out for my all the questions in the last post ..
      Thanking you with an anticipation in advance.

      Comment

      • nithinpes
        Recognized Expert Contributor
        • Dec 2007
        • 410

        #4
        Originally posted by talk2mishal
        here i have write down the stucked it means that i dont know anything about the perl.I have Installed the Perl in my PC and run the Simple applications .

        Now i want to know that how to go with this application.?

        And if i do this application than from your point of view how much time it requires to do this applicatioon in perl?

        please help me out for my all the questions in the last post ..
        Thanking you with an anticipation in advance.
        For searching through directory structure and displaying files, have a look at File::Find module.
        For creating GUI in PERL, you can make use of Perl-Tk .

        Comment

        • numberwhun
          Recognized Expert Moderator Specialist
          • May 2007
          • 3467

          #5
          Originally posted by talk2mishal
          here i have write down the stucked it means that i dont know anything about the perl.I have Installed the Perl in my PC and run the Simple applications .

          Now i want to know that how to go with this application.?

          And if i do this application than from your point of view how much time it requires to do this applicatioon in perl?

          please help me out for my all the questions in the last post ..
          Thanking you with an anticipation in advance.
          If you are a beginner, as you say, then you will need to start with reading something like this.

          Learn all of the basics and go from there.

          Regards,

          Jeff

          Comment

          • Icecrack
            Recognized Expert New Member
            • Sep 2008
            • 174

            #6
            The GUI Side of stuff, Try Googling,


            Perl CGI

            Note: this is web base interface.

            Comment

            Working...