in reply to Does Perl have something like the "-e " option of sed in unix

for ($line) { s/(.*)elm(.*)/$concat/ig; s/^/\/h\/COE\/Comp\/CDS\/bin\/cdsadmin -c -O \"/g; }

-- Randal L. Schwartz, Perl hacker

  • Comment on •Re: Does Perl have something like the "-e " option of sed in unix
  • Download Code