Help for this page

Select Code to Download


  1. or download this
    if ($loop_line =~/\[(.*)\]/)
    {
        my $replace = $1;
        $loop_line =~s/$replace/$replace_with/;
    }