Help for this page
Hello Monks, I can't get my script to add another if statement after $1. ... I want to add another if statement after the last if/fi. Thanks,
#!/usr/bin/perl -w use strict; ... s/^(if.*rctladm.conf.*?fi)/$1\n$here/m; print OUT; }