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 gkittelson 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: *

  1. jamsman

    does a scaler conatin '-'

    cheers
  2. jamsman

    does a scaler conatin '-'

    ok thanks even on hold versions of perl (5)
  3. jamsman

    does a scaler conatin '-'

    thanks for the advice but the script will be distributed to many boxes each with different installations of perl soi want to keep the module use to a minimum thanks
  4. 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...
  5. jamsman

    match a part of a string

    exactly what i wanted thanks :)
  6. 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
  7. jamsman

    splitin file names

    the id is the same for each record the id is supplied by the user
  8. jamsman

    splitin file names

    the reaons i wish to split the file name is to the insert an id into the filename after the name but before the extension then mv the original file to the newly created filename :) thanks
  9. jamsman

    splitin file names

    ok sorry the "list" i said about is the result of: for file `ls $dir` do done style loop i would like to put the split function in the loop can you use arrays in shell scripts??
  10. 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 :)
  11. 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
  12. jamsman

    arrays on the fly??? is it possible

    i have used the Data::Dumper alot really helpfull i find :) thanks for the advise
  13. jamsman

    arrays on the fly??? is it possible

    thats great i think i have enough to go on now cheers
  14. jamsman

    arrays on the fly??? is it possible

    thanks for the info
  15. 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
  16. 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
  17. jamsman

    \n textarea insert newlines into textarea

    again thanks for the help sorted it out :)
  18. jamsman

    \n textarea insert newlines into textarea

    this is the part that i join an array together my $att_name = join '<br>',@att_name; i guess this is the important part does it help or do you want more?
  19. jamsman

    \n textarea insert newlines into textarea

    if i put that into my coed all i get is the my text sperarted by <br> in the textarea do i have to escape it or quote it??
  20. jamsman

    how to edit files using a cgi script??

    cheers i think thats exactly what i was after :)

Part and Inventory Search

Back
Top