Help for this page

Select Code to Download


  1. or download this
    my @foo = @{[`cat very_large_file`]}[0..3];
    
  2. or download this
    #!/bin/bash
    while :; do
        rand -N 100
    done