Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub subroutine {
      print "I'm a perl coder!\n";
    }
    
  2. or download this
    @array = ARRAY
    %hash = HASH
    &subroutine = CODE
    *array = GLOB