#!/usr/bin/perl sub routine1 { # this routine's code here } sub routine2 { # another routine's code } 1;