in reply to makebackup
sub quite_unreadable {
$this = ! "readable";
}
to this:
Note the constant spacing font as well. Latter was obtained by actually writingsub aaaah { $this = "readable!"; }
<code>
sub aaaah {
$this = "readable!";
}
</code>
You'll learn other useful things on how to write your posts here, please spend a minute in reading it or you'll have someone complain about your code in each snippet you propose. Happy posting!
Flavio
Don't fool yourself.
|
|---|