Help for this page
sub create_script { my ($script_path,$content) = @_; ... print $fh $content; close($fh); }