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 bkrike 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 dulux

  1. dulux

    Regular Expression Problems

    Superb. Thanks a million.
  2. dulux

    Regular Expression Problems

    Hi, I am new to all this Perl stuff and am having a minor problem. Fact is, I am crap at regular expressions. Here is an example of something I want to do, but cannot find the right combination of \/\/ or whatever to do it. Here goes - I have a variable that contains either \ or 0-9. If the...
  3. dulux

    file manipulation help needed

    Hi all, I have the following problem and a partial solution. I have a folder - lets call it A. Within A, I have numbered folders 0-19. I have managed to open all the folders and made them ready for the rest of the operation. I have a separate folder, called IMAGES, full of JPG's. I need to...
  4. dulux

    Manipulating IP details

    netsh? I'm not familiar with it... Can you elaborate, or maybe direct me to a source where I can find out about it? Thanks
  5. dulux

    Manipulating IP details

    Brilliant. Thanks for the effort.
  6. dulux

    Manipulating IP details

    Thanks. I get the feeling I will be downloading the whole of CPAN eventually...
  7. dulux

    outputting data into html using CGI

    I've managed to sort it out. I have discovered a module called Mason. This module enables perl to be included within HTML and then output the results as accordingly. The perl is encased within the HTML using <%perl> at each end. Any perl code can be included. Thanks for the help anyway...
  8. dulux

    outputting data into html using CGI

    Thanks for the quick reply. The thing is still not working, however. I kind of know how to print from an array under a text based environment, but I cannot print the contents of this array under HTML. This may actually be more of a HTML question than a perl one, but I am sure someone here must...
  9. dulux

    outputting data into html using CGI

    Hi all, I am writing a CGI script that outputs some HTML. This is quite easy for me, apart from the following... Before I output the HTML, I call a function and pass its results to an array - @array=function(); I would like to print the contents of this array in the HTML page, but either end...
  10. dulux

    Manipulating IP details

    Thanks all, I will implement your suggestions, but I am now faced with the poser - can it be done with a script anyway? I am now interested in how much of the back end of windows I can actually mess around with using perl... Is there a good resource anyone knows of for this? Thanks again
  11. dulux

    Manipulating IP details

    Hi all, I have a potentially stupid question... I would like to be able to run a perl program that changes the IP Address, Subnet Mask and Workgroup \ Domain name under Win2k. Basically, I am using my laptop on 2 separate networks - home and office, and am mighty hacked off with having to...
  12. dulux

    Quick CGI Frames question

    Thanks guys, I solved it myself. I was using a path to 'howdy.cgi' on my local machine rather than just using src=&quot;howdy.cgi&quot;. Works fine now, on to the complicated stuff!
  13. dulux

    quick frames question

    Thanks guys, I solved it myself. I was using a path to 'howdy.cgi' on my local machine rather than just using src=&quot;howdy.cgi&quot;. Works fine now, on to the complicated stuff!
  14. dulux

    quick frames question

    Yes, the source code is viewed within the iframe. Sorry, I misread your last question.
  15. dulux

    quick frames question

    Sorry, I should have been clearer. I can see the source code of 'howdy.cgi' as opposed to the line 'Howdy!'.

Part and Inventory Search

Back
Top