#!/usr/bin/perl -w use strict; my $m = '\\'; print length($m)."\n"; print "$m\n"; [download]
In reply to Interpolation between single quotes? by esharris