xaphirecipes

recipes for all the small things in life …

Flower

Posts Tagged ‘Perl’

commandline options for perl

-e “script”

-ne “script” [file] : linewise procession of file (or STDIN)

-p : like -n, but $_ is printed

-nae : splits lines on Space -> @F

- naF’splitchar’ -e “script” [file]

CPAN Module installation with Perl

perl -MCPAN -e shell

install "some module"