Help for this page

Select Code to Download


  1. or download this
    A=[1,
    2,
    3,
    4
    ]
    
  2. or download this
    open(FIL, $file) || die "can't open file $^E\n";
    while(chomp($_ = <FIL>) ne "]"){
      #do stuff
    }