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 Chriss Miller 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 ilicosys

  1. ilicosys

    regex result shell -> perl script

    hello perl friends, thank you mike. how is the output of the pipe associated to a local variable in the perl script? is @info=<INFO>; correct, so that the output string from the pipe could be processed with: if ($info =~ /pattern/) { [do something] ; } thank you. best regards. pj
  2. ilicosys

    regex result shell -&gt; perl script

    hello perl friends, a regex result of a bash command ([command][file] | grep [pattern]) should be passed in to a perl script to be available for further processing by the script. the script line: open ( INFO,"< [command] ARGV[0] | grep [pattern]" ) || die "can't fork: $!"; leads to...

Part and Inventory Search

Back
Top