Help for this page

Select Code to Download


  1. or download this
    $output = `program args`;   # collect output into one multiline string
    @output = `program args`;   # collect output into array, one line per 
    +element
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
            # Pretty printing time ?
        }
    }