Skip to content

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

Open
Sage-wan wants to merge 1 commit intoOpenSourceHelpCommunity:masterfrom
Sage-wan:patch-1
Open

Create can someone explain this perl code? And the tcl file is also empty.#115
Sage-wan wants to merge 1 commit intoOpenSourceHelpCommunity:masterfrom
Sage-wan:patch-1

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