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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xmaveric

  1. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    Any ideas?
  2. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    No items in this content?! {{ }} Aborting at C:\WWWRoot\xma\xnews\theater_rss.pl line 61.
  3. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    So this: print redirect($form{redirect}); Should be: print redirect($form->{tid};{redirect}); ??
  4. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    Well...that fixed one of the errors :) Global symbol "%form" requires explicit package name at C:\WWWRoot\xma\xnews\theater_rss.pl line 67. Execution of C:\WWWRoot\xma\xnews\theater_rss.pl aborted due to compilation errors.
  5. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    I had an outdated version of ActivePerl. The package installed perfectly. When I run the script above, I get the following errors: Global symbol "%form" requires explicit package name at C:\WWWRoot\xma\xnews\theater_rss.pl line 27. Global symbol "%form" requires explicit package name at...
  6. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    Thank you for the script. I host my own web server. I have tried to open PPM and type "search XML-RSS-SimpleGen" but it says no modules found. :(
  7. xmaveric

    Transfer O'Reilly Perl script to a webpage...

    I would like to be able to put this in my own php page where I can enter a theater ID had have it produce an RSS feed of the movie showtimes. This is the Perl script: http://hacks.oreilly.com/pub/h/5050 If you look at the bottom of the page, there is a user who has already done this, but I...
  8. xmaveric

    Invintory control using JavaScript on a form field?

    I am trying to control how many items a user can order by changing the form field with JavaScript. This isn't working well. Perhaps someone could tell me how to code a "go-between" page that would compare the quantity requested with the number of items in inventory? I did not program this...

Part and Inventory Search

Back
Top