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

    Net::SSH - starting mysql but need to press enter

    Hi Strange or not this is the problem I am having (it is not a problem but is to my method of wanting to do something!!!). I want to start MySQL without having to press enter after having run the "bin/mysqld_safe --user=mysql &" command. This may seem silly but I am running the command to start...
  2. jollyroger

    Perl Variable in Variables?????

    Hello there, thanks to anyone who helps me here. Here is my bit of the program: print LOG "Starting the Parameter checks and changes\n"; $i = 1; while ( $i lt 9 ) { print LOG "The rolling variable is $i\n"; if ( ${SQLPAR}$i =~ TODAY ) { ${SQLPAR}$i = $dateora; print LOG...
  3. jollyroger

    SNDDST Internet E-Mailing

    Hello there I think I need a real IBM Expert who actually knows something about Networking and how other OS's work as well (slight dig but is there anyone out there?) We are trying to use the command SNDDST, a great command if it works!!! I have been through what manuals I can find but to little...
  4. jollyroger

    Calculating Date e.g. 05-OCT-03 back 7 days

    Hello there I am sure my problem is a common one, but I cannot find any reference to it within my OS (I was going to shell script it but....) I have an SQLPLUS Script which would be called up from the command line / cron. This script will accept parameters and those will need to be in a set...
  5. jollyroger

    Perl, MySQL, fetcharray, while

    Hello there Please can somebody help us? We are trying to create a web page after querying a mysql database. We have managed to connect to the database and we get results from it, we have also managed to print this results onto a web page using: while ( @ary=sel1->fetcharray() ) { print...
  6. jollyroger

    Perl Calling up Web Pages

    Hello there I hope somebody can help me. I have created a cgi script which authenticates my users against values in a database. But once logged in I would like them to be taken to the next page. I really don't want to use the perl http module as we have already written the pages, instead I...
  7. jollyroger

    if statement in not working

    Hello there I am having trouble with this short script, it seems that the if statement does not work, it seem that what ever values I enter into the web page, I never seem to get either values for $select_variables. If anyone can take a look it would be much appreciated. use CGI; my $query =...
  8. jollyroger

    SCO Modem dial in

    Please help!!!! I am having so much trouble over a dialin modem on a SCO unix box. It sounds simple but we have spent 2 days now with the same problem. Until last week we had a modem set-up on our SCO unix box which accepted incoming calls, and allowed the operator to access our system. Now...

Part and Inventory Search

Back
Top