Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AnnoyingTeen

    Order an array by number

    Okay, thank you everyone, I understand how most of that works up to the Schwartzian transform, and I understand how to get the regular time out of epoch time, but not epoch seconds out of regular human time. If I could find an easy way to do it without a REALLY long module, I think it would be...
  2. AnnoyingTeen

    Order an array by number

    Okay, that was really bad, everything works. I forgot to save changes -.- I'll implement everything right now, but could you please tell me how your script works?
  3. AnnoyingTeen

    Order an array by number

    Okay. here This is cshcaevents.pl it displays the events. #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<head>\n"; print "<title></title>\n"; print "<div name=\"Ad\" style=\"display:none\">\n"; print "<textarea><body></textarea> \n"; print "</div>\n"; print "</HEAD>\n"; print...
  4. AnnoyingTeen

    Order an array by number

    Okay, I use a free service, so that block of code was to get rid of their ads. :P And if you get a chance, could you explain to me how what you changed works? I found that it doesnt print the month too. I'm a little slow at this stuff so I dont think I understand how anything you changed works. >.>
  5. AnnoyingTeen

    Order an array by number

    Okay, I've found something that will do it for me if I can figure out how to use it. Does anyone know how to implement this gz file? http://search.cpan.org/~drolsky/Time-Local-1.13/lib/Time/Local.pm#IMPLEMENTATION
  6. AnnoyingTeen

    Order an array by number

    Here is what I now have: [CODE] #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<head>\n"; print "<title></title>\n"; print "<div name=\"Ad\" style=\"display:none\">\n"; print "<textarea><body></textarea> \n"; print "</div>\n"; print "</HEAD>\n"; print "<body...
  7. AnnoyingTeen

    Order an array by number

    (Sorry for the double post couldnt find an edit button) Ive looked into epoch time and I dont really understand how to convert regular time to epoch time and back again, but I do know what it is, could someone help me convert it?
  8. AnnoyingTeen

    Order an array by number

    Never heard of em, could you elaborate? (I'm 14 so I don't know too much, I'm trying to gain experience by doing this for my area's civic association)
  9. AnnoyingTeen

    Order an array by number

    Okay, now I know the command, but its being sorted in multiple ways, first by year, then month, then day. Each is contained in the array, so how can I rearrange the array so as it goes through to post it all, its in the correct order? (I'll keep looking at it)
  10. AnnoyingTeen

    Order an array by number

    I'm writing a program for a civic association's website. I've already made a news update page, but I'm stuck now on the events page. All I need this page to do is list the upcoming events, but I need the events to be in order. It comes from a form with a lot of drop down boxes, I'll give you the...

Part and Inventory Search

Back
Top