Recent content by Mz Lani

  1. M

    How do write a PERL program that reads strings & sorts?

    The program needs to reads in an arbitrary number of strings from the command line and displays them sorted alphabetically. Also, Provide a command line switch that controls the order of sorting (ascending [a-z], descending [z-a])
  2. M

    How do I write PHP code that splits the file?

    How do I write the PHP code that reads a file called "File4" & splits the file on "newline," "|," and ",". Must check all file operations. Output should be to the web and to a file called "File5"
  3. M

    What is the PHP code for this object & method?

    A Tardis object (box) has one attribute -- a door. It can be opened and closed. What is te PHP code to create the Tardis object and the methods that will open and close the door & also check the door status.
  4. M

    Will you help with this PHP program?

    Write the PHP code that reads two files (File1 & File2) and write them to a file called File3
  5. M

    How do I write this PHP code?

    Assume the following Login name is TheDoctor Password is TimeAndSpace Database name is TheDoctorDB Database type is 'mysql' Name of web file is sqltest Method is post How do I write the PHP code to access a mysql database via the web? The web page should contain a text box with 10 rows & 20...
  6. M

    Will you help with this PERL program?

    Write the perl code that you would use to create an object called "ZeroDay." The obect has a method to set the type of attack and to retrieve the type of attack. Attacks may be virus, worm, phishing, brute force, or combined. Name of fie should be "Attack.pm" Then write the perl code that will...
  7. M

    Will you help with this PERL program?

    Write the perl code that you would use to create an object called "ZeroDay." The obect has a method to set the type of attack and to retrieve the type of attack. Attacks may be virus, worm, phishing, brute force, or combined. Name of fie should be "Attack.pm" Then write the perl code that will...
Back
Top