view _test/temp.pl @ 115:5edc2ac5231c

minor fix to the serialization mechanism
author wizard
date Wed, 26 May 2010 02:32:22 +0400
parents 196bf443b5e1
children a4b0a819bbda
line wrap: on
line source

#!/usr/bin/perl
use strict;

my $var = "  some stuff";

$var =~ tr/f/ome/;
print $var;