Help for this page

Select Code to Download


  1. or download this
    $/ = "\n"; #default value
    $file=<DATA>; #gets one line
    @file=<DATA>; #gets all lines, each line in one value
    ...
    1,2,3
    4,5,6
    7,8,9
    
  2. or download this
    1,2,3
    
    
    4,5,6
    |7,8,9
    
  3. or download this
    1,
    
    2,|3
    4,|5,|6
    7,|8,|9