Help for this page

Select Code to Download


  1. or download this
       sub Foo
       {
            # Arguments: ARRAY <- ARRAY
    ...
            # Single constant: SCALAR <- SCALAR
            my $go = 5;
       }
    
  2. or download this
         my $filename = "/path/to/file",
            $filemode = "immolate",
            $opmode   = "seek",
            $filetype = "image/gif";