Help for this page

Select Code to Download


  1. or download this
             use XML::Simple;
     
             my $config = XMLin();
    
  2. or download this
    <config>
      <perlmonks>
    ...
         <email>youself@yourisp.net</email>
      </notification>
    </config>
    
  3. or download this
    CREATE TABLE messages (
        message_id integer NOT NULL,
    ...
        content character varying(200) NOT NULL
    );
    
  4. or download this
    #!/usr/bin/perl -w
    ######################################################################
    +##
    ...
      }
    }