- or download this
system(
q{perl},
q{-lane},
q{print "John's";},
);
- or download this
print\ \"John\'s\";
- or download this
"print \"John's\";"
- or download this
'print "John'"'"'s";'
'print "John'\''s";'
- or download this
perl -lane 'print "John'\''s";'
- or download this
system(
q{perl},
q{-lane}.q{print "John's";},
);
- or download this
perl '-laneprint "John'\''s";'
- or download this
perl -lane'print "John'\''s";'