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

    Can perl insert html into a page called by another server

    Hi everyone, I have a client who wants to insert some mysql info into his customers html pages that are on another server. Can CGI do this? Thanks Pat ideas@microwebber.com http://microwebber.com
  2. webscripter

    Math and Perl with exponents question

    Hi everyone, I want to understand how to use exponents in perl. Does anyone have a tutorial on the web? Say I want to write an equation like 4 to the 3th power. How is it written? Thanks Pat ideas@microwebber.com http://microwebber.com
  3. webscripter

    screen freezes and mouse still active

    Hi everyone, I have a laptop that freezes after about 10 minutes of use. But the mouse still functions. It just doesn't recieve any click or keyboard activity. I'm wondering if it's just a small part that needs replaced. Thanks Pat ideas@microwebber.com http://microwebber.com
  4. webscripter

    translating javasript formula to perl code

    Hi everyone, I have a wind chill formula that uses exponential notation, which I'm new to. Can someone tell me how to write t his equation in perl. windchill=(13.12+0.6215*temp-11.37*Math.pow(wind,0.16)+0.3965*temp*Math.pow(wind,0.16)); Thanks Pat ideas@microwebber.com http://microwebber.com
  5. webscripter

    Laptop modem (simple question about plugin jack)

    Hi everyone, I have an old laptop that has 2 places to plug in the phone line. One has the symbol of a phone and the other says ether. When I plug my phone line into either I get no dial tone when I try to connect. Am I misunderstanding what these phone slots are for? Thanks Pat...
  6. webscripter

    transfer image with LWP::Request and check size

    I'm trying to transfer an image and want to use LWP::Request so I can check the filesize and content-type. The code compiles, but doesn't transfer the content. I put alot of traces in and would rather not use mirror, or LWP::Simple. I need the files to transfer everytime and make sure the size...
  7. webscripter

    onUnload append next url with random number

    Can someone tell me how to append a random number to the url the window is opening next. Thanks Pat ideas@microwebber.com http://microwebber.com
  8. webscripter

    can javascript load server data after initial page load

    I have a script that I would like to write in js. But I would have to be able to load txt data or mysql data several times after the page has loaded without reloading the whole page. Can JavaScript do this? Thanks Pat ideas@microwebber.com http://microwebber.com
  9. webscripter

    How to put a timer on script execution, and exit if too long

    Hi everyone, I would like to know if it's possible to create a timer for my scripts. If it times out I want it to exit. Thanks Pat ideas@microwebber.com http://microwebber.com
  10. webscripter

    cronjob directory permissions not correct

    I'm running a script under the owner name and it makes directories and works great as a cgi script from the browser. But when ran with crontab the cron program sends me emails saying the script fails because of pemission denied errors. Doesn't cron login under the user name selected? Which in...
  11. webscripter

    exec perl script with cron or write daemon script?

    I have a script that I would like to exe every 10 minutes. I've set it as a cron job, but cron sends me emails that it can't make directories because of improper permissions (0755). The directories write permissions are given to the owner, and the cron job is assigned under the same owner...
  12. webscripter

    LOAD DATA INFILE

    I get file not found error DBD::mysql::db do failed: File 'C:\Program Files\Apache Group\Apache2\htdocs\dbase\code_tables\code_table_4677.txt' not found (Errcode: 2) I have to be able to place the text file outside of mysql directory and load it with an absolute path. This is my query: LOAD...
  13. webscripter

    IF EXISTS statement

    I have an error in my EXISTS statement. IF EXISTS table SELECT * FROM table WHERE I_I_i_i_i = '15472' The table may not have been created yet, is there a way to tell with the EXIST statement before I do and querys on it? Thanks Pat ideas@microwebber.com http://microwebber.com
  14. webscripter

    Importing variables dynamically

    I would like to load variables from different js files. But the js file to load depends on a variable that is determined from another loaded js file. I tried this but it didn't work but it threw no errors <SCRIPT type="text/javascript" src="http://localhost/js/main.js"></script> //dir is...
  15. webscripter

    connection refused for root user

    Hi everyone, I have installed mysql and thought I knew what I was doing from the last install. I switched OS from win98 to winXP. All seems ok. Green light is showing. connect fine from command prompt with just mysql command. But when I try to connect from a perl script the user and...
  16. webscripter

    how to get the buffer size of a string

    Does perl have a function to get the buffer size of a string. I read something about sysread from a book that is a few years old. I thought maybe there have been some developments since then. Thanks Thanks Pat ideas@microwebber.com http://microwebber.com
  17. webscripter

    Socket, dynamically assigning socket numbers

    I get an unknown error from the command prompt on an XP box. My goal was to fetch a list of numbers for the socket port. Maybe it's just an XP problem ?? #!perl -w my$hostprog = 'localhost'; if(open(LOG, ">>./log.txt")){ }else{print "Couldn't open LOG";} use IO::Socket; use LWP::Simple; #get a...
  18. webscripter

    Cookie update code doesn't update

    I just want to update the timestamp on the cookie if it fetches ok. My script keeps asking me to login every 15 min. even though I've successfully sent the cookie on each page visit. Should this line be different?? print $pkg::q->header(-cookie=>$cookie); or should I delete the cookie where I...
  19. webscripter

    admin login problem

    Hi everyone, I just discovered a neat deal on a resellers account for websites. I pay less and get more privileges. Now I can create databases, determine the number of databases and sell websites to my clients. And all this is done from a program called Plesk. The only trouble I'm...
  20. webscripter

    apache doesn't function when Imesh is installed

    I would like to have both applications on my pc. But apache won't start when Imesh is installed. Is it because the other program is using the same socket. I get a listening error, no sockets available from msdos prompt Thanks Pat ideas@websiteprogrammin.com...

Part and Inventory Search

Back
Top