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 SkipVought 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: dulux
  • Order by date
  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!'.
  16. dulux

    Quick CGI Frames question

    Hi all, I have a CGI script that produces a page containing a single frame (using <iframe>). Into this, I am trying to pull another CGI script, producing the frame content. I am currently using something akin to src=&quot;xxxx.cgi&quot;, but this only displays the code and does not execute...
  17. dulux

    quick frames question

    Thanks for the quick reply - That worked to a certain degree - I can now see the code as opposed to a blank frame. Still not executing the script, though. I have been through all my books and other resources - but this is not mentioned in any detail. I get the feeling this is a simple...
  18. dulux

    quick frames question

    Hi all, I have a CGI script that produces a simple page containing 1 frame ( I am actually using <iframe>.) Within this I am using 'target=&quot;xxxx.cgi&quot;'. However, the CGI script that I am calling does not execute - I either get to see the code or nothing at all. I know the CGI script I...
  19. dulux

    Calling a cgi program from another cgi program

    Thanks for the prompt answer. I was thinking of the CGI program as running in the same way as with any app I have ever written - i.e. running until it is told to stop... I'm beginning to see the light at the end of the tunnel now - it is the browser that does all the storing of passed...
  20. dulux

    Calling a cgi program from another cgi program

    Hi all, Let me pose this one to you - it's probably really simple but I am a newbie so please bear with me - Here is an example - I have a cgi program that is used to generate the main page of my site. I wish to click on a link, which passes certain information to another cgi program, which...

Part and Inventory Search

Back
Top