Skip to main content

Perl Hands on

  • To test if your system already has perl installed  
    $ which perl /usr/bin/perl
  • To chcek which version of perl is installed 
    $ perl -v 
    This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-thread-multi-2level .....
     
     
     

 

Comments

Popular posts from this blog

Backslash on mac

I had been struggling to type back slash ( \) character on mac japanese keyboard as they don't have it printed on the keyboard, and I was doing copy paste all the time from google when i needed to type it until recently a tip came to my rescue , shortcut to backslash on mac japanese keyboard. Alt + ¥  Hope it helps others.