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

    does a scaler conatin '-'

    hi simple question i am allowing the user to supply options to my script from the command line: myscript.pl -abc INputone Inputtwo the options are signified by the - sign it is possible for the user to not enter any options too how do i see if $ARGV[0] contains the - and therefore is the...
  2. jamsman

    match a part of a string

    hi all i have a string and i need to see if a word appears in it cheers i expect this to be very easy and simple but its only a monday and im still asleep :) cheers
  3. jamsman

    splitin file names

    i have a list of file names that i need to split on the "." and put the resulting two parts in to two variables any ideas thank you im a complete newbe to unix scripting so simple exmaples would be good thank you again :)
  4. jamsman

    looping through an array with empty cells

    i need to loop through an array and print the content (plus other things) the array contains empty cells e.g. if i try to use the while(@array) loop i stops when it gets an empty cell any ideas thanks
  5. jamsman

    arrays on the fly??? is it possible

    i need to create a number of arrays on the fly, i dont know how many as the results come back form a database any ideas anymore information required please ask :) thanks
  6. jamsman

    pass information from window 1 to window 2

    ok im not sure if this has been asked before but: i have a main window that opens a second browser window(fully functional not just a pop up). the proplem: i need to pass some information from the original page to the second browser window?? how is this done thanks for any ideas
  7. jamsman

    \n textarea insert newlines into textarea

    im trying to write output into a textarea and i want to insert some newline with it but all iget is \n printed in the textarea along with the rest of my output any ideas thanks for the help :)
  8. jamsman

    how to edit files using a cgi script??

    hi, I am writing a cgi script that needs to beable to open a tet file and then the user edit the content and then save the file is this possbile using perl through cgi?? any ideas would be a great help cheers
  9. jamsman

    scaler to array

    i have a string that contains the following: { 'Attachment03' => { 'Filesize' => '3321', 'Filename' => 'res.xml', 'Description' => 'Miricals can come true' }...
  10. jamsman

    subs and variables

    I have a script that reads information from a database and returns some variables (acutally lots of variables). There is threee different sets of variables that could be returnd so i thought i would use a sub to only initialise the required ones. The problem is that i later need to use these...
  11. jamsman

    no element found at line 38 perl cgi scrpt error XML::Parser

    i am writing a cgi script, and get this error: no element found at line 38, column 0, byte 1412 at /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/XML/Parser.pm line 187 the begining of the script reads: #!/u1/perl5.8.5/bin/perl -w use CGI qw/:standard/; use strict; use XML::Simple...
  12. jamsman

    displaying a variable with xml content in a browser window

    I have a scaler that contains output from a database in the formof xml. I need to display this in a browser. It has to be displayed in a certain way how can i do this the output cant just be straight xml output :( anymore more information needed please ask thank you
  13. jamsman

    inserting text into file

    i have loaded an xml file into my perl script i now need to enter in a new line of information into the second line of the file is this possible if so how thank you
  14. jamsman

    how do i use XML files in a perl cgi script?

    i have writen a script that queries a database and gets a set of results back in the form of an XML file. This file is loaded into a variable, now i need to display this data in a easy to read formate in a browser. How can i do this? How do i use the XML files in this way can i use an XSL file...
  15. jamsman

    executing another perl model

    i need to run a perl module from within a script then get the information displayed in the web browser any ideas??

Part and Inventory Search

Back
Top