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. ptsri1954

    Can't add new users

    Take a look at this posting....might help you http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html/vsgrfers_str_file_badpath.asp Good luck
  2. ptsri1954

    how to extract from file path

    Siberian and Mikevh, Thanks for the tips and code snippets.. They helped me get a better insight on split function usage.
  3. ptsri1954

    how to extract from file path

    I have been trying to extract part of a file path..and so far have been unsuccessful. I have the following: my $verpath = \main\branch1\13 I need to extract the "branch1" from this path. I am using the following split "formula": my $filename1 = (split /\//, $verpath)[-1]; However this...
  4. ptsri1954

    Perl file handling

    chomp did the trick. Thanks for this tip.
  5. ptsri1954

    Perl file handling

    Hi, I am trying to do the following: 1. Open A file 2. search for a string 3. if string "str1" already exists exit 4. else add the string "str1" and exit I am baffled because right now....It keeps adding the string "str1" to the file even if the string pattern "str1" exists in it. Here is...

Part and Inventory Search

Back
Top