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 strongm 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. pavery

    Need working example of GD::Graph::mixed

    Does anyone have a working example of GD::Graph::mixed? I can get use GD::Graph::bars and GD::Graph::lines to work but I get errors: Set 1, unknown type bars, assuming bars at pavgraph2.pl line 72 Set 1: unknown default type bars at pavgraph2.pl line 72 when I try...
  2. pavery

    How to edit files using Perl?

    Here is a UNIX shell script solution: This example is where your source data is in "filename1" and you want to change all instances of "A" to "b". The changes will be permanent in "filename1". global.sh filename1 A b Here is the script: global.sh...
  3. pavery

    Can drop down menus cross frame boundaries?

    Assume I have 2 frames, one above the other, and the top frame is narrow and contains a javascript drop down menu bar, i.e. when I mouse over a menu bar item a dropdown list of subitems appears, Question: Is there a way for the dropdown of sub-items to cross over into the lower frame? Thanks...
  4. pavery

    Launching windows application from HTML page

    The Windows OS is Windows NT and I was hoping for a solution that would span both Netscape and IE. If Java or Javascript or HTML is not an option can this be done by writing a Plug-IN?
  5. pavery

    Launching windows application from HTML page

    I need to code an intranet webpage (HTML/Javascript) that can allow the user to launch a windows application....Is there any way with HTML/Javascript/Java to do this? Thanks, Pat Avery pavery@jefco.com
  6. pavery

    Calling cgi from another cgi

    I believe that require, exec, system, & backticks all asssume the other cgi script is local. This may be what sonivikas is asking, however, to jump to a second page or cgi script that is on a different server wouldn't you use something like this?: print "Location...
  7. pavery

    Need to pass return code from stored proc to DBI

    I need to call a stored proc (Sybase) from Perl using DBI. The stored proc will pass back a return code (0 or 1). I can't see how this is done...all the examples I see in the O'Reilly DBI book reurn rows from a stopred proc not a return code. Does anyone have some sample code (both the stored...

Part and Inventory Search

Back
Top