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 Wanet Telecoms Ltd 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: nexus1001
  • Content: Threads
  • Order by date
  1. nexus1001

    how do I convert a number in string format to a number?

    Hey does anyone happen to have a way to convert a string to int format? $var = '2' being different from $var = 2. This is causing me trouble...any help appreciated guys
  2. nexus1001

    working with the ProgressBar widget in Perl/Tk

    Hello all Does anyone have any experience with Tk progress bars? I am trying to work with it to complete my program and here's the problem I am having: I need to display a progress bar while writing lines to a file. how do I do this?? I tried various things like calling a toplevel with the...
  3. nexus1001

    Tiling Toplevel widgets in my Perl GUI

    Hello all, I am having a problem finding a way to tile 3 windows (1 MainWindow and 2 Toplevels) in my application. Whenever I launch my proggie, I get the windows cascaded one behind another. ANY SUGGESTIONS?? please anyone I am really stuck on this one!
  4. nexus1001

    custom module access problem

    I am trying to access a custom developed perl module from a little cgi script in perl, but when I want to access a function from my module, apache tells me I tried to access an undefined subroutine. Before all of you flame me, I exported my routines, I even tried to use the same module with a...

Part and Inventory Search

Back
Top