Help for this page

Select Code to Download


  1. or download this
    for $elem (@ARRAY)
    {
        $elem =~ s#find#replace#;
    }
    
  2. or download this
    s#find#replace# for @ARRAY;