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 TouchToneTommy 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. JeffHolmes

    Running shell commands from within Perl

    That should have been: use Shell qw(exec);
  2. JeffHolmes

    Running shell commands from within Perl

    Try using: use Shell(exec); @ret=exec("/bin/rtr_cmd1 $rtr_name \"show bgp summary\" | sed -e 's/\([0-7]d\) \([0-9]\)/\1\2/gi ; s/Last Up/Last_Up/gi'"); print @ret;

Part and Inventory Search

Back
Top