Skip to content

Conversation

Sage-wan
Copy link

my $f11 = "./temp/synthesis_input.tcl";

Use the open() function to create the file.

unless(open F11, '>'.$f11) {
# Die with error message
# if we can't open it.
die "created $f11\n";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant