Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

meta4's scratchpad

by meta4 (Monk)
on Mar 21, 2005 at 19:33 UTC ( [id://441275]=scratchpad: print w/replies, xml ) Need Help??

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__
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-09-10 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (6 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.