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

    mapping network drive in solaris

    im a newbie in using solaris, how do i map a network drive from the solaris machine to an NT machine? Please help.
  2. oinkers

    priority queues

    I have been using queues in perl with the array data structure using push and shift commands. This works great but now i need to implemnt a prioity queue structure. Which means i cant be using an array anymore, i need to have a linked list. I am not sure how to make a link list in perl. Does...
  3. oinkers

    goBoating help me! perl color question

    Have u ever gotten color to work in perl? win32 system.<br><br>example:<br><br>----------------------<br>use Term::ANSIColor;<br>print color(&quot;red&quot;),&quot;red color should be here&quot;, color(&quot;reset&quot;);<br><br>---------------------<br><br>here is the output: <br>red color...
  4. oinkers

    cpan module installation

    Im on a win nt system using active perl. I am having trouble installing cpan modules because i dont have this &quot;mkefile.pl&quot;. Does any1 have this or know where i can get this?
  5. oinkers

    2d-array in struct..please help!

    i am trying to get a 2d array in a structure. Here is what i am doing which is not working.<br><br>use Class::Struct;<br>struct Puzzel =&gt;<br>{<br> board =&gt; '@'<br>};<br><br>my $hi = Puzzel-&gt;new();<br><br>$hi-&gt;board ( ['1', '2' ],<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;['4', '5'...
  6. oinkers

    structs in perl

    i am having trouble with structures in perl. My code gives me errors. Can any1 give me an idea of how to fix the error.<br><br>use Class::Struct;<br><br>struct Puzzel =&gt;<br>{<br> board =&gt; '@',<br>};<br><br>my $hi = Puzzel-&gt;new();<br><br>$hi-&gt;board ( ['1', '2' ],<br>...
  7. oinkers

    2 instances of perl

    I am having trouble running 2 perl programs at the same time. I think perl does not allocate separate memory spaces for each instance of perl. My program gets all messed up when i try to run 2 perl programs at the same time. Does any1 have a way aroudn this problem?
  8. oinkers

    perl2exe problem

    I am using perl2exe to convert my perl scripts into executable files. However, when i convert it and run the file it gives me an error on the module that im using. The script runs fine in perlbuilder. Is there something i have to do with modules before using perl2exe?<br>The error is...

Part and Inventory Search

Back
Top