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!

Recent content by cam24r

  1. cam24r

    Print from CSV

    Thank you rharsh, this did the job. I appreciate it.
  2. cam24r

    Print from CSV

    Hi, I have the following input in a csv file(attached): Size Color Shape - |green | - |red |- - |- |Rectangle - |- |Circle big |- |- small |- |- .... ... .. and I want to get something like this: big green rectangle big green circle big...
  3. cam24r

    Word after match

    @mikrom Thank you so much, this worked as expected. I appreciate your help.
  4. cam24r

    Word after match

    @Mikrom, thanks for your prompt response. I want to get the word "inet filter" and after "term" if they exist. This is my input: Rule | Command 1 | set firewall inet filter ACL1 interface-specific 2 | set firewall inet filter ACL2 term Remark2 from prefix-list COMCAST-INFRASTRUCTURE 3...
  5. cam24r

    Word after match

    Hi, I am new to programming and new to Perl and I could definitely use some help. I have a .csv file from which I am reading lines, I used the following code: foreach my $cell (@cells_array) { $attr1_value = shift(@attr1s); while ($attr1_value ne "") { $_ = $attr1_value; /inet filter\s+/...

Part and Inventory Search

Back
Top