• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Search results

  1. G

    Why doesnt this code work?

    Im writting a script that first displays all the poem files in a directory by their title inside the file. Each file starts off by the poem title and has a pipe '|' after it to parse with. The script is suppost to first come up with a list of all the poem titles gotten from the files. It links...
  2. G

    Declaring constants

    How do I declare constants in Perl? Or are there any constants in perl?
  3. G

    Is perl an OOP language?

    HoOw modular is Perl as far as langs like C++? I just broke 1000 lines of code in my game in perl and its starting to become very unmanageable. Its still split into 15 cgi files and 7 .pl files but its still a lot of work. If Perl had classes such as C++ I could easily halve my code right...
  4. G

    How to handle time with CGI

    I save the time the user last loggs in and compair it to the time the user has currently logged in at. I save 10 digits, the month, the day, the hour and the minute. If any field is less than 10 I put a 0 infront of it. So say it was November 5th, 11:30. I save 11051130 My question is HOW...
Back
Top