Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    CPAN::Shell->install($1) if $item->{title} =~ /-\s(\S+)$/;
    
  2. or download this
    use strict;
    use warnings;
    ...
        XMLin( get( 'http://perladvent.org/perladventone.rdf' ) )
            ->{channel}{item}{title}
    );