Skip to content

Seattle Unix Group Web Site

Sections
Personal tools
You are here: Home » Meetings » 1998 » March » Intro to perl Notes

Intro to perl Notes

Invocation
  -p  -- loop on input, print results
  -n  -- loop on input, don't print results
  -e COMMANDLINE  -- process this command line
  -w  -- warn about errors

Literals
  123 4E-2 0xf00 0731
  'ab $cd'  -- don't interpolate cd
  "e $fg h"  -- interpolate $fg
  `date`  -- results of date command
  (1,2,3)  -- three element array
  ("K1", 77, "key2", 99)  -- two element associative array
  
  <
 
        
Created by zoperoot
Contributors :
Last modified 2004-06-20 11:24 AM
« February 2012 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      
 
 

Powered by Plone

This site conforms to the following standards: