#!/usr/bin/perl -w use strict; my $m = '\\'; print length($m)."\n"; print "$m\n";