File: nested-quotes.pl

package info (click to toggle)
perlimports 0.000057-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,236 kB
  • sloc: perl: 5,941; sh: 5; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use warnings;

use Path::Tiny;

my $thing = qq{content="${ \( path('one/two.txt')->stringify )}"};
print "$thing\n";