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 bkrike 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: *

  • Users: nook6
  • Content: Threads
  • Order by date
  1. nook6

    Project: Opening and resizing pictures

    Hi im a newbie to delphi and i have a project that i need to make, Well here goes to the project. I need to make a small windows application that you can open a picture and it will resize it to one of two pre configured sizes i also want it to overlay a transparent grid on the picture then...
  2. nook6

    Problem with require

    Hi When i run these scripts i get this error [Mon Jan 6 2003] index.pl: Undefined subroutine &main::vote called at index.pl line 6. Compilation failed in require at index.pl line 4. Any idea what might cause this i have been scratching my head for ages. (both scripts are in the same folder...
  3. nook6

    Getting first and last line of a file into a $

    Hi Is there a way that i can read a whole text file but only get the first and last line into $firstline and $lastline Any help would be greatly appreciated Nook6
  4. nook6

    free javascript html editor

    Hi Does anyone know where i can get a free java or javascript html editor for my website? Nook6
  5. nook6

    Form problem in a perl script

    Hi In one of the subs in my script i have this form. <FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST> <input TYPE=hidden NAME=action VALUE=someplace> <INPUT TYPE=SUBMIT VALUE=&quot;go to someplace&quot;> </form> But it doesnt work it keeps going to the main page of the script. But if i...
  6. nook6

    Form problem

    Hi In one of the subs in my script i have this form. <FORM ACTION=$ENV{'SCRIPT_NAME'} METHOD=POST> <input TYPE=hidden NAME=action VALUE=someplace> <INPUT TYPE=SUBMIT VALUE=&quot;go to someplace&quot;> </form> But it doesnt work it keeps going to the main page of the script. But if i...
  7. nook6

    Printing all lines of a file except the first and last line?

    hi if i have a file which has lets say 30 lines ( this is different for every file) Is there a way i can read every line and then print out all lines except the first and last? Nook6
  8. nook6

    Counting files with readdir

    Hi Hopefully a simple one here. How can i count how many files are in a directory. I want to get a reply of lets say 4 files in such and such directory. Nook6
  9. nook6

    Premature end of script headers

    Hi I am running a simple environments script on a server and every one i try i get a 500 error. When i look in the log files this is the error it is outputting. Premature end of script headers: Can anyone tell me why? The host of the server told me the path to perl is #!/usr/bin/perl...
  10. nook6

    http_referer

    Hi Could anyone tell me what might be wrong with this line of code? my $referer = $ENV{'HTTP_REFERER'}; then i call for the referer like this print &quot;referer = $referer&quot;; the reply i get is referer = Why is this coming in as blank??? Nook6

Part and Inventory Search

Back
Top