Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
          ' '.escape_ents( $_ ).'="'.escape_ents( $_[0]{$_} ).'"'
        } sort keys %{$_[0]};
    }
    
  2. or download this
    
    sub XML_elem {
    ...
      push @results, "<\\${tag}>";
      return @results;
    }
    
  3. or download this
    
    print "\n == code fragment 1 =========================================
    +==== \n";
    ...
      'root stuff',
      );
    
  4. or download this
    __END__
    
    ...
      };
    }
    
  5. or download this
    
    print "\n == code fragment 2 =========================================
    +==== \n";
    ...
      'root stuff',
      );
    
  6. or download this
    __END__
    
    ...
        'root stuff',
      )->();
    
  7. or download this
    __END__
    
    ...
    
    ;
    __END__