Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    <source>Look at me Maa, I'm eating buttterscotch<butterscotch a="1" b=
    +"2" />
    </source>
    ============================================================
    
  2. or download this
        my $xml = $xs->XMLout(
            { content => 'I am content',
    ...
            },
              rootname => 'source',
            );
    
  3. or download this
    my %elements = $cgi->Vars();