-> > just my $0.02, # ah AH! this is valid perl -> -> %perl -e 'just my $0.02' -> syntax error at -e line 1, near "just my" -> Execution of -e aborted due to compilation errors. -> -> %perl -e '&just my $0.02' -> syntax error at -e line 1, near "&just my" -> Execution of -e aborted due to compilation errors. -> -> %perl -e '&just( my $0.02)' -> Can't use global $0 in "my" at -e line 1. -> -> Hm... -> -> Maybe the August contest should be to get the shortest string which: -> (1) includes in order "just", "my", "$", and ".02" -> (2) includes no \w characters other than the above. ->
justmy$.02 I win! ;) Oh, wait, you meant a string that compiles. hmm.. perl -e"$~='just my $.02'" /me missed the last round. Blames it on his DSL provider.
