Perl Tips
From Wiki
alias prototype="perl -le 'print prototype qq<CORE::@{[+shift]}>'"
And from the command line:
$ prototype bless $;$
(from Ovid's use.perl Journal)
alias prototype="perl -le 'print prototype qq<CORE::@{[+shift]}>'"
And from the command line:
$ prototype bless $;$
(from Ovid's use.perl Journal)