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. yitzle

    DVD Playback stutters

    I got it fixed up. I'm not sure how, but I managed to get Windows to boot with 80MB and then I turned off some services and reduced that to 65MB. I also switched from VLC Portable (40MB) to VLC (15MB). Everything works fine now. Thanks.
  2. yitzle

    DVD Playback stutters

    I've got a laptop with 130MB RAM DVD PLayback with VLC Portable is choppy. I suspect its because of the RAM shortage. Windows 2k runs with AVG at 110MB RAM and VLC consumes an additional 40 MB and I guess the swapping is what makes it choppy. If my guess likely right? Should Win2k be using 110MB...
  3. yitzle

    "Prototype not terminated"

    Thanks for the feedback! I realized after viewing the output that the \n is useless. My code should have qq~ ... ~; I guess I forgot to update the file ;) Fixing. I temp switched to " becuase of the error. I Googled the error and I thought I had an unmatched " or something... The end is cool. I...
  4. yitzle

    "Prototype not terminated"

    I suppose. Assuming you got the error before. I'm sorta new to Perl. Thanks for the help. I now have a working online voting system :) If you wanna see it, its uncommented: http://www.ecf.utoronto.ca/~goodi/Archive/voting.cgi But I tested it. It uses a form like...
  5. yitzle

    "Prototype not terminated"

    * yitzle pulls out a handgun and blasts out his brains * Why can't Perl use brackets that have higher visibility? Lemme see if I can get it running now. Thanks!
  6. yitzle

    "Prototype not terminated"

    My script reads: #!/local/bin/perl print "ds"; sub writeLog ( print "dsaf"; } and I get an error. Why? Please?
  7. yitzle

    Out of memory?

    Solved. I had the loop extend to one past the end of the array ;)
  8. yitzle

    Out of memory?

    Ooo..kay. Purpose: generating an HTML page based on the user name. Method: I got this array of hashes. Each element of the array corresponding to one HTML table row. Based on the ( $album[$i] {'access'} -> {$user} ) a row is or is not printed. I got 26 rows. A sample hash element: {...

Part and Inventory Search

Back
Top