Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    #
    # Your code here 
    #
    
  2. or download this
    $perldoc <Module name>     # for documentation of the modules
    $perldoc -f <function>     # eg perldoc -f fork
    $perldoc -q "HTML parsing" # search the perlfaq
    $perldoc perldoc           # for documentation on perldoc