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

    Cross reference whole column inside text field of another column ?

    I have a 2 excel files : File-Name (list of problem types) Column-Name authority Disk space timer timeout File-Log (activity log) Column-Type Column-Log [empty] adja sdhajsdhfklaj authority hasldjf [empty] adjasdha timer hfklajdl fjasdkljfhasldjf [empty] ad disk space...
  2. browserice

    excel vba : references to objects from other worksheets/workbooks

    I am starting on Excel VBA as of today. I have this Excel file at the office with multiple worksheets in it. We use it to manualy add data on daily worksheets (one for each day of the month) and then take the totals of that daily worksheet to copy to another worksheet (same excel file) where all...
  3. browserice

    regular expression to do ...=split(/@/,var); ?

    I have a record where 2 values are seperated by a '@'. value1@value2 The split(/@/,var) doesn't work and I am guessing because in this case the '@' means something else. So there should be someother regular expression in there to match the '@'. I searched a few regular expression links but...
  4. browserice

    CASE in Perl 4 ?

    Is there a CASE command in Perl-4 ? If so, what is its synthax ?
  5. browserice

    Perl-4 AIX tutorial : looking for links

    Because at the office we use an IBM's AIX version of Unix and that it has Perl-4, I want to build some tools to help our daily tasks. I don't know Perl. Any good links to Perl-4 tutorials ? Keep in mind that it has to be AIX oriented. It would be a bonus if it also had explained differences...
  6. browserice

    Differences between UNIX Perl-5 and AIX Perl-5 ?

    Can I get a detail description (link or document) about the differences between UNIX's Perl-5 coding and AIX's Perl-5 coding ? I am asking because my first Perl program I did (posted here on this forum section about 1 month ago) was checked/corrected by other members but when I ran it on AIX, I...
  7. browserice

    Tivoli cmds in Perl-5 : limitations/restrictions ?

    How can I submit Tivoli commands in Perl-5 ? What are the limitations/restrictions ?
  8. browserice

    General inquiry about this forum section

    Hi, I am currently doing software distribution via Tivoli for IBM, using IBM's own UNIX AIX system. I think this forum section would be a good place for me when I have issues or questions but what is the "TME10" about ?
  9. browserice

    My first Perl : need a look over it for problems/bugs/errors

    I am coding my first Perl script. It reads an input file produced from a tivoli "wmonpln -l" command and redirecting it to another file but in a comma seperated record to be used by other sets of tools. 1) The input (I don't know how) should be from the pipe. Right now, I put down a file just...

Part and Inventory Search

Back
Top