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: snookmz
  • Content: Threads
  • Order by date
  1. snookmz

    Mail::Sender Logging - newb

    G'day all I was wondering if there's a way to log all events / errors that Mail::Sender produces.. i.e. if there's no initial error with sending a mail in the script, but an error occured somewhere along the way as the email didn't get to its destination.. i hope that makes sense.. I haven't...
  2. snookmz

    apache CGI - Internal Server Error

    G'day all Iv been setting up Apache 1.3.* on redhat linux, and im encountering a bizarre problem.. Whenever i try to execute a script i get a 500 error.. Now, in the error logs its telling me that there is no such file or directory, even though its pointing to a file that is there.. Its also...
  3. snookmz

    mount: /dev/cdrom is not a valid block device

    DANG!! hey everyone, i keep getting this error when i try and mount my CD-rom in Redhat linux 7.2 "mount: /dev/cdrom is not a valid block device" i know my CDROM is working because i used it for the install, and i had it working in redhat 7.1 any idea's as to whats going wrong, and...
  4. snookmz

    compiling on Redhat 7.2, where's cc?? (newbie)

    g'day all I just installed 7.2 and can't find a c/cc compiler anywhere on the system or in the RPMS directory on the CD. has anyone got any idea where i can pick up the rpm for it??? thanks in advance :) /------------------------------------- | I always have been, and | always will be, a...
  5. snookmz

    Calibration of mouse in Gnome - (newbie)

    Gday all i have a problem with my mouse pointer in Redhat 7.1... Every now and again the graphic mouse pointer and the actual target zone dont match up.. so where the mouse apears to be doesn't line up with where the mouse pointer actually is.. i was wondering if there was a way to recalibrate...
  6. snookmz

    require "script.pl"

    G'day all I asked this question a few weeks ago, but didn't get a satesfactory answer :0) I'm wanting to include some subroutines that i have written in a previous script and include them for use in a new script.. But when i use the 'require "script.pl"' function it executes the...
  7. snookmz

    displaying <tags>

    G'day all, im writing a perl script, and i need to output tags such as <action> ... </action> But html treats those as tags and therefore doesn't display them.. Is there a way to force a browser to display the text exactly as?? any help will be grately appreciated, thanks in advance...
  8. snookmz

    require &quot;script.pl&quot; excecuting script

    G'day all, i hope everyone is well and jolly... ...Cause i have a problem! Im trying to make use of some subroutines located in a script from another script through the require fuction.. Now the require function is excecuting my script when i only want to make the subroutines avaliable.. Iv...
  9. snookmz

    Linux Question

    G'day all Im sorry this is a bit off the topic of the forum, but i had no idea where else to post this question.. Im running RedHat Linux 7.1, and im using the Gnome GUI, and i keep having this problem with my mouse where the mouse pointer gets out of whack with the target area... i.e., the...
  10. snookmz

    chomp() in linux verses Win32

    G'day all I've come accross a strange problem in my perl script.. Im trying to write a program that runs on both win32 systems and linux systems, but iv hit a little snag.. the chomp() function seems to behave very weirdly on my linux box, but when i run the same script on my win32 box it runs...
  11. snookmz

    referencing a hash

    g'day all I want to access a hash table based on what value is in a particular string.. i.e. %&quot;$string&quot;{$key} = &quot;such and such&quot;; can this be done?? And if so whats the correct syntax?? any help will be gratelly appreciated.. thanks in advance :)...
  12. snookmz

    mapping the backspace key - newbie

    how do you go about mapping keys??? I just installed redhat 7.1 and its mapped my backspace key to be a del key, which is really annoying when trying to type anything, and i'd love to be able to map it back to a standared backspace key... iv also tried adding the line xmodmap -e &quot;keycode...
  13. snookmz

    RAM check

    G'day all I was wondering if there is a function that i can use to check the amount of RAM my perl script is using at any particular time... See i have a major memory leak and i want to try and track it down.. If there is no function that you know of, is there another way i can check the RAM...
  14. snookmz

    CGI from a normal hyperlink - newbie alert

    g'day all Im wondering if you can have a normal hyperlink act as a 'form' button.. i.e. POST some info to a perl script on my server to perform a particular action.. Just wondering if this is posible on a html type IIS server, i.e. no ASP or PHP enabled... thanks in advance! :)...
  15. snookmz

    flushing a hash

    G'day perlers :) I have a simple problem, and im sure its a simple answer, but as im a simpleton i need help! how would i go about flushing a %hash of all data so it can be re-used?? thanks in advance :) /------------------------------------- | I always have been, and | always will be, a...
  16. snookmz

    Sorting Hash Arrays - newbie

    G'day all I was wondering if there was a function out there to sort a hash array on the Key.. I know that you can sort on the value, but how would i go about sorting on the key?? Thanks in advance /------------------------------------- | I always have been, and always will | | be, a newbie :)...
  17. snookmz

    Pattern matching - newbie

    G'day all Iv been searching through the pattern matching information in my perl books, and i just cannot get my head around how to get the number of occurances of a particular string in a buffer... i.e. I want to search a buffer for a particular string, to find out how many times it occurs...
  18. snookmz

    IP tracing

    G'day everyone In the past i have used a program (im sure you're all familiar with) 'web-position gold', which was able to track where the hits to my site originated from.. i.e. which search engines they clicked through... Now WPG was using some javascript at the bottom of each html page to...
  19. snookmz

    Perl Debugger

    G'day all I was wondering whether any of you perl gurus out there could recommend a good perl debugger... Iv looked at a few, but so far im not impressed with what i find.. any suggestions would be grately appreciated, thanks in advance :)
  20. snookmz

    module installation - Win32::API

    G'day all there are two parts to my question (&quot;why not post two seperate questions??&quot; because it's the same question in two parts!) :) Im trying to use the Win32::API module to reference a Win32 dll, only im not sure that i have installed the module correctly.. I have put the module...

Part and Inventory Search

Back
Top