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 MikeeOK 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 Smersh2000

  1. Smersh2000

    slow to close filehandle

    Thank you for quick reply. I'm done for the day, so i'll test it tomorrow. In the meantime, here is the code. right after the close OUTFILHANDLE, there are lines that print some test messages, but they don't show up in the output until few hours after the "Ok" #load details file open...
  2. Smersh2000

    slow to close filehandle

    I have a problem - i have a decent size multi-dimensional array - about 150,000 rows by 300 columns. I read into it from a file, parse it couple of times and then write it into a text file in a for loop. From messages it prints i can see that the reading and parsing doesn't actually take all...
  3. Smersh2000

    HTTP Authorization

    Kevin, thank you for lookin at it, and I am sorry for not being clear enough. I actually got everythin figured out. The function i was looking for was HTTP::Headers->authorization_basic ($username, $password), and what confused me is the fact that that function in CPAN is shown with something...
  4. Smersh2000

    HTTP Authorization

    Hello, I have some experience in Perl, but this is the first time i deal with HTTP requests. Here is my problem - i'm trying to send a PUT request using LWP::UserAgent. Everything is working fine - the file gets posted (i'm working with eXist DB through REST), as long as i'm working in open...
  5. Smersh2000

    DNS answers 0

    Greetings to everybody. Third day, second reinstall. same problem :-( . I'm trying to set up a linux DNS server (bind 9.3.0). Seems to be working just fine for any info for external domains. The only domain that causes the problem is the one that this DNS server is supposed to be master for...

Part and Inventory Search

Back
Top