fork(3) download
  1. set english {[and now] is the time}
  2. regexp {^(\[[^][]*\])?(.*?)(\[[^][]*\])?$} $english - first middle end
  3. puts $first
  4. puts $middle
  5. puts $end
  6.  
  7.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
[and now]
 is the time