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 IamaSherpa 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. skinnyMulligan

    Where can I dload a Perl Interpreter?

    Hi raevans, I work with windows 2k.. sorry. Most books have a section of things to look out for when writing cross-platform code. I think the perl documentation has something too. I looked at the description of that script at http://www.scriptarchive.com and it sounds like it's supposed to be...
  2. skinnyMulligan

    Where can I dload a Perl Interpreter?

    I know I read about that recently and I think the solution was to switch around your command line arguments on the shebang line so that -T is first: #!/usr/bin/perl -T etc.... -T is for taint checking but I really can't tell you more than that :)
  3. skinnyMulligan

    Help! What is: Undefined subroutine &main::dienice called at train.pl

    you would have to add a subroutine to your program called "dienice" to create a special error page. Since it wasn't there, the script crapped out. ex: sub dienice { my($errorMsg) = @_; print "OOPSIE! SCRIPT CRAPPED OUT BUT NOT BECAUSE THERE WAS NO SUB CALLED...

Part and Inventory Search

Back
Top