Hi, Does anyone know why the following one-liner: $ perl -le'print abs 5r' gives a compilation error, while: $ perl -le'print abs r5' doesn't? * Note: I'm using perl 5.8.6 Thanks in advance, -- Offer Kaye