Help for this page

Select Code to Download


  1. or download this
    sub write_new_file {
        my ( $fn, $str ) = @_;
    
  2. or download this
        my ($fn, $str_ref ) = @_;
    # or $ref_str, $r_str or other possibilities
    
  3. or download this
    next if $name =~ /rev\d+\.config$/;
    if ($name =~ /\.config$/) {blah..blah}