Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create can someone explain this perl code? And the tcl file is also empty. #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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