# use 4 spaces indents and automatic line ending use indent indent_size => 4, indent_eol => 1; indent::new; indent::printf "Hello, world!"; indent::new; indent::printf "Hello, world!"; indent::back; indent::printf "Hello, world!"; indent::back;