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

Get code ready for a loop (and a little RFC)

by Lady_Aleena (Priest)
on Mar 13, 2020 at 06:03 UTC ( [id://11114203]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $text = $num_parents == 2 ? $family_group->xmlify : $child_group->x
    +mlify;
    print "$text\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
      my $text = $svg->xmlify;
    print "$text\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11114203]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found