Help for this page

Select Code to Download


  1. or download this
    @footerfile = map {s/something/else/} <FILE>;
    
  2. or download this
    s/nothing/something/ for @footerfile;
    
  3. or download this
    @footerfile = map {s/something/else/;$_} <FILE>;