Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

linuxer's scratchpad

by linuxer (Curate)
on Apr 24, 2008 at 19:05 UTC ( [id://682694]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'a' => '1',
              'b' => '1[whatever I want]2[whatever I want]3'
            };
    
  2. or download this
    #!/usr/bin/perl -l
    use strict;
    ...
    
    __END__
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    "single1","single2","single3"
    "single4","multiA
    multiB",single5
    

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 wandering the Monastery: (6)
As of 2024-04-23 10:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found