Mercurial > pub > Impl
view _test/temp.pl @ 112:0ed8e2541b1c
Form processing mechanism
author | wizard |
---|---|
date | Tue, 18 May 2010 17:59:31 +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;