We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c2af7 commit 2f12a93Copy full SHA for 2f12a93
snippets/perl.json
@@ -92,7 +92,7 @@
92
},
93
"print to file": {
94
"prefix": "file print",
95
- "body": ["print \\$${1:fh} \"${1:string}\\n\";"]
+ "body": ["print \\$${1:fh} \"${2:string}\\n\";"]
96
97
"read file into a scalar": {
98
"prefix": "slurp",
0 commit comments