Phillip Bruce writes ..

>  I like to know if subroutines and Function should be placed
>  in any particular order in perl. What is commonly practiced?
>  Can anyone give me some examples.


generally subroutines are placed after the main body of code being run .. I
usually put them in the order that I wrote them (for what I hope are obvious
reasons)

there are examples in all the standard libraries included with perl .. check
out the two directories

  /path/to/perl/lib

and

  /path/to/perl/site/lib

-- 
  jason king

  A Canadian law states that citizens may not publicly remove bandages.
  - http://dumblaws.com/

Reply via email to